mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Fixed phrase for placeholder in field of local passcode check.
This commit is contained in:
parent
6d4506f8aa
commit
6553e4492c
1 changed files with 3 additions and 1 deletions
|
@ -184,7 +184,9 @@ void LocalPasscodeEnter::setupContent() {
|
|||
return error;
|
||||
};
|
||||
|
||||
const auto newPasscode = addField(tr::lng_passcode_enter_first());
|
||||
const auto newPasscode = addField(isCreate
|
||||
? tr::lng_passcode_enter_first()
|
||||
: tr::lng_passcode_enter());
|
||||
|
||||
const auto reenterPasscode = isCheck
|
||||
? (Ui::PasswordInput*)(nullptr)
|
||||
|
|
Loading…
Add table
Reference in a new issue