Added missing phrase

This commit is contained in:
Paolo
2019-12-03 16:07:45 +01:00
parent e910be58e3
commit 5c3aed92f0
+21 -1
View File
@@ -3769,7 +3769,7 @@ When on hold, the date is only a reminder.',
),
array(
'sprache' => 'English',
'text' => 'Please enter the old an new password',
'text' => 'Please enter the old and the new password',
'description' => '',
'insertvon' => 'system'
)
@@ -4214,6 +4214,26 @@ When on hold, the date is only a reminder.',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'password',
'phrase' => 'wrongCaptcha',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Captcha code falsch ',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Captcha code is wrong',
'description' => '',
'insertvon' => 'system'
)
)
)
);