1
0
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:
Matt Gibson
2020-12-18 16:47:34 -06:00
committed by GitHub
parent e0191c573d
commit 217514af66
4 changed files with 43 additions and 37 deletions

View File

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