updated autofill tools page strings

This commit is contained in:
Kyle Spearrin 2018-09-21 16:11:11 -04:00
parent 89c2f62f11
commit 7be8513bb5
3 changed files with 15 additions and 3 deletions

View file

@ -49,7 +49,7 @@ namespace Bit.App.Pages
} }
else else
{ {
ExtensionCell = new ToolsViewCell(AppResources.Autofill, ExtensionCell = new ToolsViewCell(AppResources.PasswordAutofill,
AppResources.BitwardenAutofillDescription, "magic.png"); AppResources.BitwardenAutofillDescription, "magic.png");
section.Add(ExtensionCell); section.Add(ExtensionCell);
} }

View file

@ -529,7 +529,7 @@ namespace Bit.App.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to AutoFill logins directly from your keyboard when logging into websites and other apps.. /// Looks up a localized string similar to Access your vault directly from your keyboard to quickly autofill passwords..
/// </summary> /// </summary>
public static string BitwardenAutofillDescription { public static string BitwardenAutofillDescription {
get { get {
@ -2481,6 +2481,15 @@ namespace Bit.App.Resources {
} }
} }
/// <summary>
/// Looks up a localized string similar to Password AutoFill.
/// </summary>
public static string PasswordAutofill {
get {
return ResourceManager.GetString("PasswordAutofill", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Password generated.. /// Looks up a localized string similar to Password generated..
/// </summary> /// </summary>

View file

@ -1326,6 +1326,9 @@
<value>We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</value> <value>We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</value>
</data> </data>
<data name="BitwardenAutofillDescription" xml:space="preserve"> <data name="BitwardenAutofillDescription" xml:space="preserve">
<value>AutoFill logins directly from your keyboard when logging into websites and other apps.</value> <value>Access your vault directly from your keyboard to quickly autofill passwords.</value>
</data>
<data name="PasswordAutofill" xml:space="preserve">
<value>Password AutoFill</value>
</data> </data>
</root> </root>