mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
two-factor other methods switching and send email
This commit is contained in:
6
src/App/Resources/AppResources.Designer.cs
generated
6
src/App/Resources/AppResources.Designer.cs
generated
@@ -1943,11 +1943,11 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Validating code....
|
||||
/// Looks up a localized string similar to Validating.
|
||||
/// </summary>
|
||||
public static string ValidatingCode {
|
||||
public static string Validating {
|
||||
get {
|
||||
return ResourceManager.GetString("ValidatingCode", resourceCulture);
|
||||
return ResourceManager.GetString("Validating", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -728,8 +728,8 @@
|
||||
<data name="UnlockWithPIN" xml:space="preserve">
|
||||
<value>Unlock with PIN Code</value>
|
||||
</data>
|
||||
<data name="ValidatingCode" xml:space="preserve">
|
||||
<value>Validating code...</value>
|
||||
<data name="Validating" xml:space="preserve">
|
||||
<value>Validating</value>
|
||||
<comment>Message shown when interacting with the server</comment>
|
||||
</data>
|
||||
<data name="VerificationCode" xml:space="preserve">
|
||||
|
||||
Reference in New Issue
Block a user