mirror of
https://github.com/bitwarden/mobile
synced 2025-02-01 02:57:17 +01:00
use MasterPasswordConfirmationValMessage
This commit is contained in:
parent
592c7951df
commit
e236d045b0
@ -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…
x
Reference in New Issue
Block a user