electronic onboarding: changed phrase for error display

This commit is contained in:
Alexei Karpenko
2025-01-08 14:52:32 +01:00
parent 0a97b39efb
commit 115b35ad7b
+2 -2
View File
@@ -31622,13 +31622,13 @@ If there is no further contact or enrolment, your data will be deleted after thr
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Da ist etwas schief gelaufen. Wir bitten um Entschuldigung.',
'text' => 'Es ist ein Fehler bei der Registrierung aufgetreten.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Sorry, something went wrong.',
'text' => 'An error occured during registration.',
'description' => '',
'insertvon' => 'system'
)