1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

cipher password history page

This commit is contained in:
Kyle Spearrin
2019-05-02 14:53:45 -04:00
parent 9195bdcf95
commit 59e412ea09
11 changed files with 243 additions and 2 deletions

View File

@@ -2472,6 +2472,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to No passwords to list..
/// </summary>
public static string NoPasswordsToList {
get {
return ResourceManager.GetString("NoPasswordsToList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Notes.
/// </summary>