mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
use MasterPasswordConfirmationValMessage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user