1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

fingerprint phrase and help settings

This commit is contained in:
Kyle Spearrin
2019-05-15 12:54:48 -04:00
parent d4ed276684
commit d6f46cf5c5
4 changed files with 57 additions and 0 deletions

View File

@@ -1617,6 +1617,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Fingerprint Phrase.
/// </summary>
public static string FingerprintPhrase {
get {
return ResourceManager.GetString("FingerprintPhrase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to First Name.
/// </summary>
@@ -3813,6 +3822,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Your account&apos;s fingerprint phrase.
/// </summary>
public static string YourAccountsFingerprint {
get {
return ResourceManager.GetString("YourAccountsFingerprint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To continue, hold your YubiKey NEO against the back of the device or insert your YubiKey into your device&apos;s USB port, then touch its button..
/// </summary>