Skip to content

Commit 59582ea

Browse files
author
Till Brehm
committed
Fixed #4444 Error in the template htm /usr/local/ispconfig/interface/web/client/templates/reseller_edit_limits.htm
1 parent 91494bf commit 59582ea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

interface/web/client/lib/lang/en_reseller.lng

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
?>

interface/web/client/templates/reseller_edit_limits.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)