mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 15:52:29 +03:00
remove beta tag from autofill in tools listing
This commit is contained in:
parent
6e16ffe05f
commit
5232cf7cec
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue