fixup use Text

This commit is contained in:
John Preston 2019-01-21 10:37:20 +04:00
parent 7df5df6351
commit 1da8841ac7
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ void EmptyPainter::fillAboutGroup() {
Ui::ItemTextServiceOptions());
};
setText(_header, lang(lng_group_about_header));
setText(_text, lang(lng_group_about_header));
setText(_text, lang(lng_group_about_text));
for (const auto &text : phrases) {
_phrases.emplace_back(st::msgMinWidth);
setText(_phrases.back(), text);