1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +00:00

Autofill service alert when adding new login for the first time and autofill isnt turned on. Added fi language to project.

This commit is contained in:
Kyle Spearrin
2017-02-09 21:43:03 -05:00
parent ab629c2048
commit c29d902b8e
5 changed files with 34 additions and 2 deletions

View File

@@ -232,6 +232,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to The easiest way to add new logins to your vault is from the bitwarden Auto-fill Service. Learn more about using the bitwarden Auto-fill Service by navigating to the &quot;Tools&quot; screen..
/// </summary>
public static string BitwardenAutofillServiceAlert {
get {
return ResourceManager.GetString("BitwardenAutofillServiceAlert", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use the bitwarden accessibility service to auto-fill your logins..
/// </summary>