1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

Add extra encrypted export warning (#1299)

This commit is contained in:
Thomas Rittson
2021-03-05 09:33:29 +10:00
committed by GitHub
parent 53c82f23bf
commit 2b81bd2c8a
3 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -9,6 +10,7 @@
namespace Bit.App.Resources {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
@@ -2817,9 +2819,15 @@ namespace Bit.App.Resources {
}
}
public static string EncExportVaultWarning {
public static string EncExportKeyWarning {
get {
return ResourceManager.GetString("EncExportVaultWarning", resourceCulture);
return ResourceManager.GetString("EncExportKeyWarning", resourceCulture);
}
}
public static string EncExportAccountWarning {
get {
return ResourceManager.GetString("EncExportAccountWarning", resourceCulture);
}
}