mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-18 15:37:42 +01:00
lock now string
This commit is contained in:
parent
547cd4e828
commit
8ab632e207
@ -142,7 +142,7 @@ namespace Bit.App.Pages
|
|||||||
new SettingsPageListItem { Name = AppResources.LockOptions },
|
new SettingsPageListItem { Name = AppResources.LockOptions },
|
||||||
new SettingsPageListItem { Name = string.Format(AppResources.UnlockWith, AppResources.Fingerprint) },
|
new SettingsPageListItem { Name = string.Format(AppResources.UnlockWith, AppResources.Fingerprint) },
|
||||||
new SettingsPageListItem { Name = AppResources.UnlockWithPIN },
|
new SettingsPageListItem { Name = AppResources.UnlockWithPIN },
|
||||||
new SettingsPageListItem { Name = AppResources.Lock },
|
new SettingsPageListItem { Name = AppResources.LockNow },
|
||||||
new SettingsPageListItem { Name = AppResources.TwoStepLogin }
|
new SettingsPageListItem { Name = AppResources.TwoStepLogin }
|
||||||
};
|
};
|
||||||
var accountItems = new List<SettingsPageListItem>
|
var accountItems = new List<SettingsPageListItem>
|
||||||
|
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
@ -2049,6 +2049,15 @@ namespace Bit.App.Resources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Lock Now.
|
||||||
|
/// </summary>
|
||||||
|
public static string LockNow {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("LockNow", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to 15 minutes.
|
/// Looks up a localized string similar to 15 minutes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -1481,4 +1481,7 @@
|
|||||||
<data name="ExportVault" xml:space="preserve">
|
<data name="ExportVault" xml:space="preserve">
|
||||||
<value>Export Vault</value>
|
<value>Export Vault</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="LockNow" xml:space="preserve">
|
||||||
|
<value>Lock Now</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
Reference in New Issue
Block a user