1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

fix strings

This commit is contained in:
Kyle Spearrin
2018-09-21 16:26:55 -04:00
parent bd74634201
commit a998ee84ec
3 changed files with 3321 additions and 2159 deletions

View File

@@ -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 };
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -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>