From d564d5ff1ac6d42a6dd4f0762fd3c5c59c28e5b8 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Thu, 26 Jul 2018 02:02:50 +0200 Subject: [PATCH] [TASK] Update translation label of hide in frontend --- Resources/Private/Language/de.locallang_db.xlf | 4 ++-- Resources/Private/Language/locallang_db.xlf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Private/Language/de.locallang_db.xlf b/Resources/Private/Language/de.locallang_db.xlf index 8d46e17c..928efc61 100644 --- a/Resources/Private/Language/de.locallang_db.xlf +++ b/Resources/Private/Language/de.locallang_db.xlf @@ -110,8 +110,8 @@ <target><![CDATA[Vorname]]></target> </trans-unit> <trans-unit id="tx_sgjobs_domain_model_contact.hide_in_frontend" approved="yes"> - <source><![CDATA[Hide contact information on the website]]></source> - <target><![CDATA[Kontaktinformationen auf Website ausblenden]]></target> + <source><![CDATA[Hide contact information on the website -> obsolete, will be overwritten by Job settings]]></source> + <target><![CDATA[Kontaktinformationen auf Website ausblenden -> obsolet, wird von Job settings überschrieben]]></target> </trans-unit> <trans-unit id="tx_sgjobs_domain_model_contact.last_name" approved="yes"> <source><![CDATA[Last name]]></source> diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf index 9ba3de3e..bb4a5638 100644 --- a/Resources/Private/Language/locallang_db.xlf +++ b/Resources/Private/Language/locallang_db.xlf @@ -88,7 +88,7 @@ <source><![CDATA[First name]]></source> </trans-unit> <trans-unit id="tx_sgjobs_domain_model_contact.hide_in_frontend"> - <source><![CDATA[Hide contact information on the website]]></source> + <source><![CDATA[Hide contact information on the website -> obsolete, will be overwritten by Job settings]]></source> </trans-unit> <trans-unit id="tx_sgjobs_domain_model_contact.last_name"> <source><![CDATA[Last name]]></source> -- GitLab