mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
fixup use Text
This commit is contained in:
parent
7df5df6351
commit
1da8841ac7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue