diff --git a/src/App/Pages/Tools/ToolsPage.cs b/src/App/Pages/Tools/ToolsPage.cs index 14c6ce89e..b5219825f 100644 --- a/src/App/Pages/Tools/ToolsPage.cs +++ b/src/App/Pages/Tools/ToolsPage.cs @@ -48,8 +48,7 @@ namespace Bit.App.Pages } else { - AutofillCell = new ToolsViewCell( - string.Format("{0} ({1})", AppResources.BitwardenAutofillService, AppResources.Beta), + AutofillCell = new ToolsViewCell(AppResources.BitwardenAutofillService, AppResources.BitwardenAutofillServiceDescription, "upload"); section.Add(AutofillCell); }