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>