mirror of
https://github.com/bitwarden/mobile
synced 2026-01-16 07:23:29 +00:00
[AC-1070] Use full text for key for the CurrentMasterPassword resource
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
</Grid>
|
||||
<StackLayout StyleClass="box-row" IsVisible="{Binding RequireCurrentPassword }">
|
||||
<Label
|
||||
Text="{u:I18n CurrentMasterPass}"
|
||||
Text="{u:I18n CurrentMasterPassword}"
|
||||
StyleClass="box-label" />
|
||||
<controls:MonoEntry
|
||||
x:Name="_currentMasterPassword"
|
||||
|
||||
4
src/App/Resources/AppResources.Designer.cs
generated
4
src/App/Resources/AppResources.Designer.cs
generated
@@ -1684,9 +1684,9 @@ namespace Bit.App.Resources {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Current master password.
|
||||
/// </summary>
|
||||
public static string CurrentMasterPass {
|
||||
public static string CurrentMasterPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("CurrentMasterPass", resourceCulture);
|
||||
return ResourceManager.GetString("CurrentMasterPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2595,7 +2595,7 @@ Do you want to switch to this account?</value>
|
||||
<data name="UpdateWeakMasterPasswordWarning" xml:space="preserve">
|
||||
<value>Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour.</value>
|
||||
</data>
|
||||
<data name="CurrentMasterPass" xml:space="preserve">
|
||||
<data name="CurrentMasterPassword" xml:space="preserve">
|
||||
<value>Current master password</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user