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:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -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'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's USB port, then touch its button..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user