Skip to content

Commit c63fa3b

Browse files
committed
Fix lang files to run tests without errors
1 parent 35d9b42 commit c63fa3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lang/ca.inc.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<html><head>
2-
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body><pre>&lt;?php
1+
<?php
32
#==============================================================================
43
# LTB Self Service Password
54
#
@@ -158,4 +157,4 @@
158157
$messages['badquality'] = "La qualitat de la contrasenya és molt baixa";
159158
$messages['tooyoung'] = "La contrasenya s'ha canviat massa recentment";
160159
$messages['inhistory'] = "La contresenya es troba dins l'històric de les contrasenyes antigues";
161-
</pre></body></html>
160+
$messages['invalidsshkey'] = "Input SSH Key looks invalid";

lang/it.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,4 @@
152152
$messages['badquality'] = "La qualità della password è troppo bassa";
153153
$messages['tooyoung'] = "La password è stata cambiata troppo di recente";
154154
$messages['inhistory'] = "La password è nello storico delle precedenti";
155+
$messages['invalidsshkey'] = "Input SSH Key looks invalid";

0 commit comments

Comments
 (0)