Skip to content

Commit a9b8a7b

Browse files
committed
Fixed master and addon templates for clients.
1 parent 43692c2 commit a9b8a7b

File tree

3 files changed

+209
-193
lines changed

3 files changed

+209
-193
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ $wb["default_dbserver_txt"] = 'Default Database Server';
7979
$wb["limit_database_txt"] = 'Max. number of Databases';
8080
$wb["limit_database_error_notint"] = 'The database limit must be a number.';
8181
$wb["username_error_regex"] = 'The Username contains invalid chracaters.';
82-
$wb["template_master_txt"] = 'Master';
83-
$wb["template_additional_txt"] = 'Addon';
82+
$wb["template_master_txt"] = 'Master template';
83+
$wb["template_additional_txt"] = 'Addon template';
8484
$wb["ssh_chroot_txt"] = 'SSH-Chroot Options';
8585
$wb["web_php_options_txt"] = 'PHP Options';
8686
?>

0 commit comments

Comments
 (0)