From 7588582c7512714087bc36087f63c7ef83b2efc1 Mon Sep 17 00:00:00 2001
From: FORESTIER Fabien <fabien.forestier@soprasteria.com>
Date: Tue, 30 Oct 2018 11:59:03 +0100
Subject: [PATCH] Fix wrong i18n balise

---
 .../dataset-detail/dataset-info/dataset-info.component.html   | 4 ++--
 src/i18n/messages.en.xlf                                      | 4 ++--
 src/i18n/messages.fr.xlf                                      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/app/geosource/components/dataset-detail/dataset-info/dataset-info.component.html b/src/app/geosource/components/dataset-detail/dataset-info/dataset-info.component.html
index 8112a846..3214aa43 100644
--- a/src/app/geosource/components/dataset-detail/dataset-info/dataset-info.component.html
+++ b/src/app/geosource/components/dataset-detail/dataset-info/dataset-info.component.html
@@ -89,8 +89,8 @@
         <div class="contact">
           <div class="columns is-marginless">
             <div class="column is-12 title is-size-7">
-              <span i18n="dataset.info.questions">You have questions on this dataset,</span>
-              <a i18n="dataset.info.contactus" class="link-red" [routerLink]="['/', AppRoutes.contact.uri]" [queryParams]="{ subject: metadata.title }">contact us.</a>
+              <span i18n="@@dataset.info.questions">You have questions on this dataset, </span>
+              <a i18n="@@dataset.info.contactus" class="link-red" [routerLink]="['/', AppRoutes.contact.uri]" [queryParams]="{ subject: metadata.title }">contact us.</a>
             </div>
           </div>
         </div>
diff --git a/src/i18n/messages.en.xlf b/src/i18n/messages.en.xlf
index 275d381f..69beaa12 100644
--- a/src/i18n/messages.en.xlf
+++ b/src/i18n/messages.en.xlf
@@ -260,8 +260,8 @@
          <target>Number of views (last 30 days)</target>
       </trans-unit>
       <trans-unit id="dataset.info.questions" datatype="html">
-         <source>You have questions on this dataset,</source>
-         <target>You have questions on this dataset,</target>
+         <source>You have questions on this dataset, </source>
+         <target>You have questions on this dataset, </target>
       </trans-unit>
       <trans-unit id="dataset.info.contactus" datatype="html">
          <source>contact us.</source>
diff --git a/src/i18n/messages.fr.xlf b/src/i18n/messages.fr.xlf
index 4a18559f..3aa38827 100644
--- a/src/i18n/messages.fr.xlf
+++ b/src/i18n/messages.fr.xlf
@@ -268,8 +268,8 @@
          <target>Nombre de vues (30 derniers jours)</target>
       </trans-unit>
       <trans-unit id="dataset.info.questions" datatype="html">
-         <source>You have questions on this dataset,</source>
-         <target>Vous avez des questions sur ce jeu de données,</target>
+         <source>You have questions on this dataset, </source>
+         <target>Vous avez des questions sur ce jeu de données, </target>
       </trans-unit>
       <trans-unit id="dataset.info.contactus" datatype="html">
          <source>contact us.</source>
-- 
GitLab