mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 02:53:56 +00:00
restart app after theme change
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -1557,4 +1557,11 @@
|
||||
<data name="ThemeDescription" xml:space="preserve">
|
||||
<value>Change the application's color theme.</value>
|
||||
</data>
|
||||
<data name="RestartIsRequired" xml:space="preserve">
|
||||
<value>Restart is required.</value>
|
||||
<comment>Referring to restarting the application.</comment>
|
||||
</data>
|
||||
<data name="Restarting" xml:space="preserve">
|
||||
<value>Restarting...</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user