You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/lib/lang/el.lng
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,6 @@ $wb['strength_2'] = 'Fair';
145
145
$wb['strength_3'] = 'Good';
146
146
$wb['strength_4'] = 'Strong';
147
147
$wb['strength_5'] = 'Very Strong';
148
-
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \"{strength}\".';
148
+
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
Copy file name to clipboardExpand all lines: interface/lib/lang/fr.lng
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,6 @@ $wb['strength_2'] = 'Fair';
145
145
$wb['strength_3'] = 'Good';
146
146
$wb['strength_4'] = 'Strong';
147
147
$wb['strength_5'] = 'Very Strong';
148
-
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \"{strength}\".';
148
+
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
Copy file name to clipboardExpand all lines: interface/lib/lang/se.lng
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,6 @@ $wb['strength_2'] = 'Sådär';
145
145
$wb['strength_3'] = 'Bra';
146
146
$wb['strength_4'] = 'Starkt';
147
147
$wb['strength_5'] = 'Väldigt starkt';
148
-
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of "{strength}".';
148
+
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \"{strength}\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
0 commit comments