diff --git a/src/App/Pages/RegisterPage.cs b/src/App/Pages/RegisterPage.cs index 991c1ab84..310757075 100644 --- a/src/App/Pages/RegisterPage.cs +++ b/src/App/Pages/RegisterPage.cs @@ -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; }