Skip to content

Commit d69fcd5

Browse files
author
Till Brehm
committed
Fixed #4442 Error in the file /usr/local/ispconfig/interface/web/client/lib/lang/en_client.lng
1 parent 090950a commit d69fcd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
8787
$wb["limit_webdav_user_error_notint"] = 'The webdav user limit must be a number.';
8888
$wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
8989
$wb["limit_dns_slave_zone_error_notint"] = 'The dns slave zone limit must be a number.';
90-
$wb["limit_dns_zone_error_notint"] = 'The dns record limit must be a number.';
91-
$wb["limit_client_error_notint"] = 'The sub client limit must be a number.';
90+
$wb["limit_dns_record_error_notint"] = 'The dns record limit must be a number.';
9291
$wb["default_dbserver_txt"] = 'Default Database Server';
9392
$wb["limit_database_txt"] = 'Max. number of Databases';
9493
$wb["limit_database_error_notint"] = 'The database limit must be a number.';

0 commit comments

Comments
 (0)