mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
i18n resource strings for app extension
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Bit.iOS.Extension
|
||||
// TODO: keep track of invalid attempts and logout?
|
||||
|
||||
var alert = Dialogs.CreateAlert(AppResources.AnErrorHasOccurred,
|
||||
string.Format(null, "Invalid Master Password. Try again."), AppResources.Ok, (a) =>
|
||||
string.Format(null, AppResources.InvalidMasterPassword), AppResources.Ok, (a) =>
|
||||
{
|
||||
|
||||
MasterPasswordCell.TextField.Text = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user