remove or adjust some comments

pull/1/head
ansuz 2021-04-28 16:28:33 +05:30
parent 8546e7b317
commit a813b6f226
2 changed files with 3 additions and 3 deletions

View File

@ -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)
]);

View File

@ -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',