diff --git a/application/views/codex/uhstat1.php b/application/views/codex/uhstat1.php index cb2f219f8..b20ae4997 100644 --- a/application/views/codex/uhstat1.php +++ b/application/views/codex/uhstat1.php @@ -45,10 +45,7 @@ $saved = isset($saved) && $saved === true; p->t('uhstat', 'rechtsbelehrung') ?>

- p->t('uhstat', 'uhstat1AnmeldungEinleitungstext') ?> -

-

- p->t('uhstat', 'uhstat1EinleitungSvnrtext') ?> + p->t('uhstat', 'uhstat1AnmeldungEinleitungstextOhneSvnr') ?>


diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 5fd4404ef..980dda6aa 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -52330,6 +52330,26 @@ I have been informed that I am under no obligation to consent to the transmissio ) ), // ### Personen zusammenlegen Phrasen END + array( + 'app' => 'core', + 'category' => 'uhstat', + 'phrase' => 'uhstat1AnmeldungEinleitungstextOhneSvnr', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Das Senden der Daten ist nur möglich, wenn alle Fragen beantwortet worden sind. Wenn Sie etwas nicht wissen, wählen Sie die Antwortmöglichkeit „unbekannt“, aber beantworten Sie bitte alle Fragen.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Sending the data is only possible if all questions have been answered. If you don\'t know something, choose the answer option “unknown”, but please answer all questions.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ) );