mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
use MasterPasswordConfirmationValMessage
This commit is contained in:
parent
592c7951df
commit
e236d045b0
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace Bit.App.Pages
|
|||
|
||||
if(ConfirmPasswordCell.Entry.Text != PasswordCell.Entry.Text)
|
||||
{
|
||||
await DisplayAlert(AppResources.AnErrorHasOccurred, AppResources.MasterPasswordLengthValMessage,
|
||||
await DisplayAlert(AppResources.AnErrorHasOccurred, AppResources.MasterPasswordConfirmationValMessage,
|
||||
AppResources.Ok);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue