diff client/src/components/importschedule/Importschedule.vue @ 2595:dda4cec8e67b

client:translations: correct some strings marking
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 12 Mar 2019 11:44:29 +0100
parents bb5286acfee2
children 4bcb26542767
line wrap: on
line diff
--- a/client/src/components/importschedule/Importschedule.vue	Tue Mar 12 11:14:56 2019 +0100
+++ b/client/src/components/importschedule/Importschedule.vue	Tue Mar 12 11:44:29 2019 +0100
@@ -171,11 +171,11 @@
       this.$store.commit("application/popup", {
         icon: "trash",
         title: this.$gettext("Delete Import"),
-        content: this.$gettext(
-          `Do you really want to delete the import with ID <b>${
-            schedule.id
-          }</b> of type <b>${schedule.kind.toUpperCase()}</b>?`
-        ),
+        content:
+          this.$gettext("Do you really want to delete the import with ID") +
+          `<b>${schedule.id}</b>` +
+          this.$gettext("of type") +
+          `<b>${schedule.kind.toUpperCase()}</b>?`,
         confirm: {
           label: this.$gettext("Delete"),
           icon: "trash",