diff --git a/src/App/Pages/Tools/ToolsPage.cs b/src/App/Pages/Tools/ToolsPage.cs index ff8b0b1ee..a5a1080fe 100644 --- a/src/App/Pages/Tools/ToolsPage.cs +++ b/src/App/Pages/Tools/ToolsPage.cs @@ -46,7 +46,8 @@ namespace Bit.App.Pages } else { - var autofillServiceCell = new ToolsViewCell(AppResources.BitwardenAutofillService, + var autofillServiceCell = new ToolsViewCell( + string.Format("{0} ({1})", AppResources.BitwardenAutofillService, AppResources.Beta), AppResources.BitwardenAutofillServiceDescription, "upload"); autofillServiceCell.Tapped += (object sender, EventArgs e) => { diff --git a/src/App/Resources/AppResources.Designer.cs b/src/App/Resources/AppResources.Designer.cs index ee2611db4..5db48d75d 100644 --- a/src/App/Resources/AppResources.Designer.cs +++ b/src/App/Resources/AppResources.Designer.cs @@ -178,6 +178,15 @@ namespace Bit.App.Resources { } } + /// + /// Looks up a localized string similar to Beta. + /// + public static string Beta { + get { + return ResourceManager.GetString("Beta", resourceCulture); + } + } + /// /// Looks up a localized string similar to bitwarden. /// diff --git a/src/App/Resources/AppResources.resx b/src/App/Resources/AppResources.resx index 332f0cb4b..13c78f377 100644 --- a/src/App/Resources/AppResources.resx +++ b/src/App/Resources/AppResources.resx @@ -789,4 +789,7 @@ Status + + Beta + \ No newline at end of file