mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
fix strings
This commit is contained in:
parent
bd74634201
commit
a998ee84ec
3 changed files with 3321 additions and 2159 deletions
|
@ -106,7 +106,7 @@ namespace Bit.App.Pages
|
|||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Close));
|
||||
}
|
||||
|
||||
Title = AppResources.Autofill;
|
||||
Title = AppResources.PasswordAutofill;
|
||||
Content = new ScrollView { Content = stackLayout };
|
||||
}
|
||||
}
|
||||
|
|
5476
src/App/Resources/AppResources.Designer.cs
generated
5476
src/App/Resources/AppResources.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -1329,7 +1329,7 @@
|
|||
<value>Access your vault directly from your keyboard to quickly autofill passwords.</value>
|
||||
</data>
|
||||
<data name="AutofillTurnOn" xml:space="preserve">
|
||||
<value>To enable password autofill, follow these instructions:</value>
|
||||
<value>To enable password autofill on your device, follow these instructions:</value>
|
||||
</data>
|
||||
<data name="AutofillTurnOn1" xml:space="preserve">
|
||||
<value>1. Go to the iOS "Settings" app.</value>
|
||||
|
|
Loading…
Reference in a new issue