remove beta tag from autofill in tools listing
This commit is contained in:
parent
6e16ffe05f
commit
5232cf7cec
|
@ -48,8 +48,7 @@ namespace Bit.App.Pages
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
AutofillCell = new ToolsViewCell(
|
AutofillCell = new ToolsViewCell(AppResources.BitwardenAutofillService,
|
||||||
string.Format("{0} ({1})", AppResources.BitwardenAutofillService, AppResources.Beta),
|
|
||||||
AppResources.BitwardenAutofillServiceDescription, "upload");
|
AppResources.BitwardenAutofillServiceDescription, "upload");
|
||||||
section.Add(AutofillCell);
|
section.Add(AutofillCell);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue