1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 18:13:36 +00:00

masterPassOnRestart option for pin locking

This commit is contained in:
Kyle Spearrin
2019-05-31 15:30:22 -04:00
parent f3edae9bb1
commit e0e69920e9
3 changed files with 15 additions and 1 deletions

View File

@@ -2985,6 +2985,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to You you want to require unlocking with your master password when the application is restarted?.
/// </summary>
public static string PINRequireMasterPasswordRestart {
get {
return ResourceManager.GetString("PINRequireMasterPasswordRestart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Possible Matching Items.
/// </summary>

View File

@@ -1573,4 +1573,7 @@
<data name="ExitConfirmation" xml:space="preserve">
<value>Are you sure you want to exit Bitwarden?</value>
</data>
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
<value>You you want to require unlocking with your master password when the application is restarted?</value>
</data>
</root>