1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 16:23:29 +00:00

autofill not enabled prompt if migrated

This commit is contained in:
Kyle Spearrin
2019-06-04 10:51:10 -04:00
parent f856e559a2
commit 0a664c47b7
5 changed files with 38 additions and 3 deletions

View File

@@ -420,6 +420,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Auto-fill makes it easy to securely access your Bitwarden vault from other websites and apps. It looks like you have not enabled an auto-fill service for Bitwarden. Enable auto-fill for Bitwarden from the &quot;Settings&quot; screen..
/// </summary>
public static string AutofillServiceNotEnabled {
get {
return ResourceManager.GetString("AutofillServiceNotEnabled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your logins are now easily accessible right from your keyboard while logging into apps and websites..
/// </summary>