updated autofill tools page strings
This commit is contained in:
parent
89c2f62f11
commit
7be8513bb5
|
@ -49,7 +49,7 @@ namespace Bit.App.Pages
|
|||
}
|
||||
else
|
||||
{
|
||||
ExtensionCell = new ToolsViewCell(AppResources.Autofill,
|
||||
ExtensionCell = new ToolsViewCell(AppResources.PasswordAutofill,
|
||||
AppResources.BitwardenAutofillDescription, "magic.png");
|
||||
section.Add(ExtensionCell);
|
||||
}
|
||||
|
|
|
@ -529,7 +529,7 @@ namespace Bit.App.Resources {
|
|||
}
|
||||
|
||||
/// <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>
|
||||
public static string BitwardenAutofillDescription {
|
||||
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>
|
||||
/// Looks up a localized string similar to Password generated..
|
||||
/// </summary>
|
||||
|
|
|
@ -1326,6 +1326,9 @@
|
|||
<value>We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</value>
|
||||
</data>
|
||||
<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>
|
||||
</root>
|
Loading…
Reference in New Issue