mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
updated autofill tools page strings
This commit is contained in:
parent
89c2f62f11
commit
7be8513bb5
3 changed files with 15 additions and 3 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
11
src/App/Resources/AppResources.Designer.cs
generated
11
src/App/Resources/AppResources.Designer.cs
generated
|
@ -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>
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue