mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
ui changes export vault screen for key connector (#1651)
* ui changes export vault screen for key connector * update label and remove period
This commit is contained in:
26
src/App/Resources/AppResources.Designer.cs
generated
26
src/App/Resources/AppResources.Designer.cs
generated
@@ -2837,9 +2837,21 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string ExportVaultOTPDescription {
|
||||
public static string SendVerificationCodeToEmail {
|
||||
get {
|
||||
return ResourceManager.GetString("ExportVaultOTPDescription", resourceCulture);
|
||||
return ResourceManager.GetString("SendVerificationCodeToEmail", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string CodeSent {
|
||||
get {
|
||||
return ResourceManager.GetString("CodeSent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConfirmYourIdentity {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmYourIdentity", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3701,9 +3713,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string RequestOTP {
|
||||
public static string SendCode {
|
||||
get {
|
||||
return ResourceManager.GetString("RequestOTP", resourceCulture);
|
||||
return ResourceManager.GetString("SendCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Sending {
|
||||
get {
|
||||
return ResourceManager.GetString("Sending", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user