2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +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

@@ -116,7 +116,7 @@ void PasscodeBox::prepare() {
? *_cloudFields.customDescription
: _cloudPwd
? tr::lng_cloud_password_about(tr::now)
: tr::lng_passcode_about(tr::now)));
: tr::ktg_passcode_about(tr::now)));
_aboutHeight = _about.countHeight(st::boxWidth - st::boxPadding.left() * 1.5);
const auto onlyCheck = onlyCheckCurrent();
if (onlyCheck) {