Skip to content

Commit d06f4b3

Browse files
author
Jonas Schwarz
committed
Removed \ in french translation which leads to a syntax error and breaks
client addition page.
1 parent 5a3a7af commit d06f4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@ $wb['invalid_vat_id'] = 'The VAT ID is invalid.';
196196
$wb['email_error_empty'] = 'Email is empty';
197197
$wb['limit_database_user_txt'] = 'Max. Database users';
198198
$wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
199-
$wb['limit_ssl_letsencrypt_txt'] = 'Let\\'s Encrypt available';
199+
$wb['limit_ssl_letsencrypt_txt'] = 'Let\'s Encrypt available';
200200
$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
201201
?>

0 commit comments

Comments
 (0)