From 5c3aed92f00c027ccabefd0c9e2332e2e29081a7 Mon Sep 17 00:00:00 2001 From: Paolo Date: Tue, 3 Dec 2019 16:07:45 +0100 Subject: [PATCH] Added missing phrase --- system/phrasesupdate.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 10265f6f6..8d36e8a43 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -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' + ) + ) ) );