mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
i18n resource strings for app extension
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Bit.iOS.Extension
|
||||
{
|
||||
// TODO: keep track of invalid attempts and logout?
|
||||
|
||||
var alert = Dialogs.CreateAlert(null, "Invalid PIN. Try again.", AppResources.Ok, (a) =>
|
||||
var alert = Dialogs.CreateAlert(null, AppResources.InvalidPIN, AppResources.Ok, (a) =>
|
||||
{
|
||||
PinTextField.Text = string.Empty;
|
||||
SetLabelText();
|
||||
|
||||
Reference in New Issue
Block a user