use MasterPasswordConfirmationValMessage

This commit is contained in:
Kyle Spearrin 2018-01-24 20:21:27 -05:00
parent 592c7951df
commit e236d045b0

View file

@ -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;
}