mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
handle conditions when no data
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -2113,6 +2113,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no items in this collection..
|
||||
/// </summary>
|
||||
public static string NoItemsCollection {
|
||||
get {
|
||||
return ResourceManager.GetString("NoItemsCollection", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no items in this folder..
|
||||
/// </summary>
|
||||
public static string NoItemsFolder {
|
||||
get {
|
||||
return ResourceManager.GetString("NoItemsFolder", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no items in your vault for {0}..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user