mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-26 23:43:06 +02:00
Use only first name in birthday notification.
This commit is contained in:
parent
9316480884
commit
0adb3b062f
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ rpl::producer<Ui::SlideWrap<Ui::RpWidget>*> TopBarSuggestionValue(
|
||||||
? tr::lng_dialogs_suggestions_birthday_contact_title(
|
? tr::lng_dialogs_suggestions_birthday_contact_title(
|
||||||
tr::now,
|
tr::now,
|
||||||
lt_text,
|
lt_text,
|
||||||
{ first->name() },
|
{ first->shortName() },
|
||||||
Ui::Text::RichLangValue)
|
Ui::Text::RichLangValue)
|
||||||
: tr::lng_dialogs_suggestions_birthday_contacts_title(
|
: tr::lng_dialogs_suggestions_birthday_contacts_title(
|
||||||
tr::now,
|
tr::now,
|
||||||
|
|
Loading…
Add table
Reference in a new issue