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

restart app after theme change

This commit is contained in:
Kyle Spearrin
2019-05-29 23:02:30 -04:00
parent 6e91d66b2c
commit cc8b8f9ceb
6 changed files with 47 additions and 4 deletions

View File

@@ -3057,6 +3057,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Restarting....
/// </summary>
public static string Restarting {
get {
return ResourceManager.GetString("Restarting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Restart is required..
/// </summary>
public static string RestartIsRequired {
get {
return ResourceManager.GetString("RestartIsRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Re-type Master Password.
/// </summary>