1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-05 12:06:18 +02:00

remove beta tag from autofill in tools listing

This commit is contained in:
Kyle Spearrin 2017-04-28 12:27:03 -04:00
parent 6e16ffe05f
commit 5232cf7cec

View File

@ -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);
}