1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

lock page

This commit is contained in:
Kyle Spearrin
2019-05-15 17:37:59 -04:00
parent f7bb091366
commit 27b6631cc1
8 changed files with 418 additions and 3 deletions

View File

@@ -2850,6 +2850,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to PIN.
/// </summary>
public static string PIN {
get {
return ResourceManager.GetString("PIN", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Possible Matching Items.
/// </summary>