mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
beta title
This commit is contained in:
@@ -46,7 +46,8 @@ namespace Bit.App.Pages
|
||||
}
|
||||
else
|
||||
{
|
||||
var autofillServiceCell = new ToolsViewCell(AppResources.BitwardenAutofillService,
|
||||
var autofillServiceCell = new ToolsViewCell(
|
||||
string.Format("{0} ({1})", AppResources.BitwardenAutofillService, AppResources.Beta),
|
||||
AppResources.BitwardenAutofillServiceDescription, "upload");
|
||||
autofillServiceCell.Tapped += (object sender, EventArgs e) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user