mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
beta title
This commit is contained in:
parent
83f00d69ce
commit
f66b26a866
3 changed files with 14 additions and 1 deletions
|
@ -46,7 +46,8 @@ namespace Bit.App.Pages
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var autofillServiceCell = new ToolsViewCell(AppResources.BitwardenAutofillService,
|
var autofillServiceCell = new ToolsViewCell(
|
||||||
|
string.Format("{0} ({1})", AppResources.BitwardenAutofillService, AppResources.Beta),
|
||||||
AppResources.BitwardenAutofillServiceDescription, "upload");
|
AppResources.BitwardenAutofillServiceDescription, "upload");
|
||||||
autofillServiceCell.Tapped += (object sender, EventArgs e) =>
|
autofillServiceCell.Tapped += (object sender, EventArgs e) =>
|
||||||
{
|
{
|
||||||
|
|
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
|
@ -178,6 +178,15 @@ namespace Bit.App.Resources {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Beta.
|
||||||
|
/// </summary>
|
||||||
|
public static string Beta {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Beta", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to bitwarden.
|
/// Looks up a localized string similar to bitwarden.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -789,4 +789,7 @@
|
||||||
<data name="Status" xml:space="preserve">
|
<data name="Status" xml:space="preserve">
|
||||||
<value>Status</value>
|
<value>Status</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Beta" xml:space="preserve">
|
||||||
|
<value>Beta</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
Reference in a new issue