mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
Show vault export warning as popup (#1185)
This commit is contained in:
8
src/App/Resources/AppResources.Designer.cs
generated
8
src/App/Resources/AppResources.Designer.cs
generated
@@ -2827,6 +2827,14 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string ExportVaultConfirmationTitle
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("ExportVaultConfirmationTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Warning {
|
||||
get {
|
||||
return ResourceManager.GetString("Warning", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user