From 1c2f647dadf804b9565400014bd6d287b9e53959 Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Thu, 31 May 2018 12:55:31 +0200 Subject: [PATCH] [BUGFIX] Add missing asterisks to required fields --- Resources/Private/Language/de.locallang.xlf | 28 ++++++++++----------- Resources/Private/Language/locallang.xlf | 14 +++++------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf index f31a4a77..d59752b5 100644 --- a/Resources/Private/Language/de.locallang.xlf +++ b/Resources/Private/Language/de.locallang.xlf @@ -155,32 +155,32 @@ <target>Bewerbung als</target> </trans-unit> <trans-unit id="frontend.apply.birthDate" approved="yes"> - <source>Birth date</source> - <target>Geburtsdatum</target> + <source>Birth date *</source> + <target>Geburtsdatum *</target> </trans-unit> <trans-unit id="frontend.apply.certificate" approved="yes"> - <source>Certificate</source> - <target>Zeugnis</target> + <source>Certificate *</source> + <target>Zeugnis *</target> </trans-unit> <trans-unit id="frontend.apply.city" approved="yes"> <source>City *</source> <target>Ort *</target> </trans-unit> <trans-unit id="frontend.apply.company" approved="yes"> - <source>Location*</source> - <target>Standort*</target> + <source>Location *</source> + <target>Standort *</target> </trans-unit> <trans-unit id="frontend.apply.country" approved="yes"> <source>Country *</source> <target>Land *</target> </trans-unit> <trans-unit id="frontend.apply.cover_letter" approved="yes"> - <source>Cover letter</source> - <target>Motivationsschreiben</target> + <source>Cover letter *</source> + <target>Motivationsschreiben *</target> </trans-unit> <trans-unit id="frontend.apply.cv" approved="yes"> - <source>CV</source> - <target>Lebenslauf</target> + <source>CV *</source> + <target>Lebenslauf *</target> </trans-unit> <trans-unit id="frontend.apply.education" approved="yes"> <source>Highest achieved education *</source> @@ -215,8 +215,8 @@ <target>Nachname *</target> </trans-unit> <trans-unit id="frontend.apply.location" approved="yes"> - <source>Location*</source> - <target>Standort*</target> + <source>Location *</source> + <target>Standort *</target> </trans-unit> <trans-unit id="frontend.apply.maxFileSize" approved="yes"> <source>Maximum file size:</source> @@ -259,8 +259,8 @@ <target>Initiativbewerbung</target> </trans-unit> <trans-unit id="frontend.apply.zip" approved="yes"> - <source>Zip code</source> - <target>Postleitzahl</target> + <source>Zip code *</source> + <target>Postleitzahl *</target> </trans-unit> <trans-unit id="frontend.applyNow" approved="yes"> <source>Apply online now</source> diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index 458d6302..dd487941 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -118,25 +118,25 @@ <source>Apply as</source> </trans-unit> <trans-unit id="frontend.apply.birthDate"> - <source>Birth date</source> + <source>Birth date *</source> </trans-unit> <trans-unit id="frontend.apply.certificate"> - <source>Certificate</source> + <source>Certificate *</source> </trans-unit> <trans-unit id="frontend.apply.city"> <source>City *</source> </trans-unit> <trans-unit id="frontend.apply.company"> - <source>Location*</source> + <source>Location *</source> </trans-unit> <trans-unit id="frontend.apply.country"> <source>Country *</source> </trans-unit> <trans-unit id="frontend.apply.cover_letter"> - <source>Cover letter</source> + <source>Cover letter *</source> </trans-unit> <trans-unit id="frontend.apply.cv"> - <source>CV</source> + <source>CV *</source> </trans-unit> <trans-unit id="frontend.apply.education"> <source>Highest achieved education *</source> @@ -163,7 +163,7 @@ <source>Last name *</source> </trans-unit> <trans-unit id="frontend.apply.location"> - <source>Location*</source> + <source>Location *</source> </trans-unit> <trans-unit id="frontend.apply.maxFileSize"> <source>Maximum file size:</source> @@ -196,7 +196,7 @@ <source>Unsolicited Application</source> </trans-unit> <trans-unit id="frontend.apply.zip"> - <source>Zip code</source> + <source>Zip code *</source> </trans-unit> <trans-unit id="frontend.applyNow"> <source>Apply online now</source> -- GitLab