mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 02:53:56 +00:00
[PM-3340] Update timeout action for users without master password. (#2818)
* [PM-3340] Update timeout action for users without master password. * [PM-3340] PR fixes and refactor * [PM-3340] Raise command can execute. * [PM-3340] Fix converter name * [PM-3340] Fix variable naming --------- Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
This commit is contained in:
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
@@ -6227,6 +6227,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set up an unlock option to change your vault timeout action..
|
||||
/// </summary>
|
||||
public static string SetUpAnUnlockOptionToChangeYourVaultTimeoutAction {
|
||||
get {
|
||||
return ResourceManager.GetString("SetUpAnUnlockOptionToChangeYourVaultTimeoutAction", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set up TOTP.
|
||||
/// </summary>
|
||||
|
||||
@@ -2862,4 +2862,7 @@ Do you want to switch to this account?</value>
|
||||
<data name="AccountLoggedOutBiometricExceeded" xml:space="preserve">
|
||||
<value>Account logged out.</value>
|
||||
</data>
|
||||
<data name="SetUpAnUnlockOptionToChangeYourVaultTimeoutAction" xml:space="preserve">
|
||||
<value>Set up an unlock option to change your vault timeout action.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user