marinofaggiana 3 years ago
parent
commit
9b0d8456e6

+ 1 - 1
iOSClient/BackgroundImageColor/NCBackgroundImageColor.swift

@@ -70,7 +70,7 @@ class NCBackgroundImageColor: UIViewController {
         
         titleLabel.text = NSLocalizedString("_background_", comment: "")
         darkmodeLabel.text = NSLocalizedString("_dark_mode_", comment: "")
-        useForAllLabel.text = NSLocalizedString("_default_color_all_folders_", comment: "")
+        useForAllLabel.text = NSLocalizedString("_as_default_color_", comment: "")
 
         defaultButton.setTitle(NSLocalizedString("_default_color_", comment: ""), for: .normal)
 

+ 1 - 1
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -177,7 +177,7 @@
 "_background_"              = "Background";
 "_dark_mode_"               = "Dark mode";
 "_default_color_"           = "Use the default color";
-"_default_color_all_folders_" = "Use for all folders";
+"_as_default_color_"        = "Use as default color";
 
 /* User status */
 "_online_"                  = "Online";