Marino Faggiana hace 8 años
padre
commit
386aba52a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -539,7 +539,7 @@
             messageLabel.font = [UIFont systemFontOfSize:14];
         } else {
             messageLabel.text = NSLocalizedString(title ,nil);
-            messageLabel.textColor = [UIColor blackColor];
+            messageLabel.textColor = COLOR_TEXT_NO_CONNECTION;
             messageLabel.font = [UIFont systemFontOfSize:14];
         }