2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Updated app name in locale

This commit is contained in:
RadRussianRus
2019-10-19 07:35:53 +03:00
parent 720319816a
commit dc13f5fb76
23 changed files with 79 additions and 31 deletions

View File

@@ -561,7 +561,7 @@ object_ptr<BoxContent> CloudPasswordAppOutdatedBox() {
if (*box) (*box)->closeBox();
};
auto result = Box<ConfirmBox>(
tr::lng_passport_app_out_of_date(tr::now),
tr::ktg_passport_app_out_of_date(tr::now),
tr::lng_menu_update(tr::now),
callback);
*box = result.data();