From 5232cf7ceca9cc697a1f82f26f75b8a493288758 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 28 Apr 2017 12:27:03 -0400 Subject: [PATCH] remove beta tag from autofill in tools listing --- src/App/Pages/Tools/ToolsPage.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }