mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Use tr:: instead of Lang::Viewer.
This commit is contained in:
@@ -350,9 +350,7 @@ void ChangePhoneBox::prepare() {
|
||||
|
||||
const auto label = Ui::CreateChild<Ui::FlatLabel>(
|
||||
this,
|
||||
Lang::Viewer(
|
||||
lng_change_phone_about
|
||||
) | Ui::Text::ToRichLangValue(),
|
||||
tr::lng_change_phone_about(Ui::Text::RichLangValue),
|
||||
st::changePhoneDescription);
|
||||
label->moveToLeft((st::boxWideWidth - label->width()) / 2, st::changePhoneDescriptionTop);
|
||||
|
||||
|
Reference in New Issue
Block a user