1
0
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:
Kyle Spearrin
2017-06-29 11:22:06 -04:00
parent 56075cb7d9
commit 74fba486bd
11 changed files with 208 additions and 188 deletions

View File

@@ -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);
}
}

View File

@@ -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">