remove or adjust some comments
parent
8546e7b317
commit
a813b6f226
|
@ -30,8 +30,8 @@ define([
|
|||
];
|
||||
};
|
||||
|
||||
if (Config.restrictRegistration) { // XXX restricted-registration
|
||||
Msg.register_closed = "This instance does not allow registration at the moment.";
|
||||
if (Config.restrictRegistration) {
|
||||
Msg.register_closed = "This instance does not allow registration at the moment."; // XXX
|
||||
return frame([
|
||||
h('h4', Msg.register_closed)
|
||||
]);
|
||||
|
|
|
@ -53,7 +53,7 @@ define([
|
|||
'cp-admin-update-limit',
|
||||
'cp-admin-archive',
|
||||
'cp-admin-unarchive',
|
||||
'cp-admin-registration', // XXX restricted-registration
|
||||
'cp-admin-registration',
|
||||
],
|
||||
'quota': [ // Msg.admin_cat_quota
|
||||
'cp-admin-defaultlimit',
|
||||
|
|
Loading…
Reference in New Issue