File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
192192$wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
193193$wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
194194$wb['limit_xmpp_status_txt'] = 'Status host available';
195-
196195$wb['added_by_txt'] = 'Added by';
197196$wb['added_date_txt'] = 'Added date';
198197$wb['limit_domainmodule_error_notint'] = 'Domainmodule limit must be a number.';
@@ -204,9 +203,9 @@ $wb["btn_save_txt"] = "Save";
204203$wb["btn_cancel_txt"] = "Cancel";
205204$wb["email_error_empty"] = "Email is empty";
206205$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
207-
208206$wb['limit_database_user_txt'] = 'Max. Database users';
209207$wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
210208$wb['limit_database_quota_txt'] = 'Database quota';
211209$wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
210+ $wb['Limits'] = 'Limits';
212211?>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
88< div class ="panel panel_client ">
99
1010 < div class ="pnl_formsarea ">
11- < legend > Limits</ legend >
11+ < legend > {tmpl_var name=" Limits"} </ legend >
1212 < tmpl _if name ="is_admin ">
1313 < div class ="form-group ">
1414 < label for ="template_master " class ="col-sm-3 control-label "> {tmpl_var name='template_master_txt'}</ label >
You can’t perform that action at this time.
0 commit comments