From 7be8513bb549ac79a097f7738af06b043a4594f6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 21 Sep 2018 16:11:11 -0400 Subject: [PATCH] updated autofill tools page strings --- src/App/Pages/Tools/ToolsPage.cs | 2 +- src/App/Resources/AppResources.Designer.cs | 11 ++++++++++- src/App/Resources/AppResources.resx | 5 ++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/App/Pages/Tools/ToolsPage.cs b/src/App/Pages/Tools/ToolsPage.cs index cb1244f9b..5826b1f28 100644 --- a/src/App/Pages/Tools/ToolsPage.cs +++ b/src/App/Pages/Tools/ToolsPage.cs @@ -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); } diff --git a/src/App/Resources/AppResources.Designer.cs b/src/App/Resources/AppResources.Designer.cs index 7e0559d5a..e3aa7369a 100644 --- a/src/App/Resources/AppResources.Designer.cs +++ b/src/App/Resources/AppResources.Designer.cs @@ -529,7 +529,7 @@ namespace Bit.App.Resources { } /// - /// 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.. /// public static string BitwardenAutofillDescription { get { @@ -2481,6 +2481,15 @@ namespace Bit.App.Resources { } } + /// + /// Looks up a localized string similar to Password AutoFill. + /// + public static string PasswordAutofill { + get { + return ResourceManager.GetString("PasswordAutofill", resourceCulture); + } + } + /// /// Looks up a localized string similar to Password generated.. /// diff --git a/src/App/Resources/AppResources.resx b/src/App/Resources/AppResources.resx index a638d13c0..8f17c1b4a 100644 --- a/src/App/Resources/AppResources.resx +++ b/src/App/Resources/AppResources.resx @@ -1326,6 +1326,9 @@ We recommend disabling any other AutoFill apps under Settings if you do not plan to use them. - AutoFill logins directly from your keyboard when logging into websites and other apps. + Access your vault directly from your keyboard to quickly autofill passwords. + + + Password AutoFill \ No newline at end of file