You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.info("Safe mode is active. Third party plugins are disabled and cannot be enabled.");
156
+
log.info("Safe mode is active. Third party plugins and language packs are disabled and cannot be enabled.");
157
157
log.info("Reason for safe mode: "+data["safe_mode"]);
158
158
159
159
varreason=gettext("Unknown");
@@ -174,7 +174,7 @@ function DataUpdater(allViewModels, connectCallback, disconnectCallback) {
174
174
175
175
self._safeModePopup=newPNotify({
176
176
title: gettext("Safe mode is active"),
177
-
text: _.sprintf(gettext("<p>The server is currently running in safe mode. Third party plugins are disabled and cannot be enabled.</p><p>Reason: %(reason)s</p>"),{reason: reason}),
177
+
text: _.sprintf(gettext("<p>The server is currently running in safe mode. Third party plugins and language packs are disabled and cannot be enabled.</p><p>Reason: %(reason)s</p>"),{reason: reason}),
0 commit comments