mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 14:43:54 +00:00
Use more simple tr::... text helpers.
This commit is contained in:
@@ -1725,7 +1725,7 @@ void SessionController::suggestArchiveAndMute() {
|
||||
box->setTitle(tr::lng_suggest_hide_new_title());
|
||||
box->addRow(object_ptr<Ui::FlatLabel>(
|
||||
box,
|
||||
tr::lng_suggest_hide_new_about(Ui::Text::RichLangValue),
|
||||
tr::lng_suggest_hide_new_about(tr::rich),
|
||||
st::boxLabel));
|
||||
box->addButton(tr::lng_suggest_hide_new_to_settings(), [=] {
|
||||
showSettings(Settings::PrivacySecurity::Id());
|
||||
|
||||
Reference in New Issue
Block a user