1
0
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:
Shane Melton
2023-03-10 15:43:38 -08:00
parent f5b7fcd138
commit a921e8ff4f
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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);
}
}

View File

@@ -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>