1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

lock now string

This commit is contained in:
Kyle Spearrin
2019-05-15 13:35:17 -04:00
parent 547cd4e828
commit 8ab632e207
3 changed files with 13 additions and 1 deletions

View File

@@ -2049,6 +2049,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Lock Now.
/// </summary>
public static string LockNow {
get {
return ResourceManager.GetString("LockNow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 15 minutes.
/// </summary>