changeset 2786:44eb4f153b27

merge
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 25 Mar 2019 10:06:59 +0100
parents 9a7d4caa1b77 (current diff) 387fe9f088a6 (diff)
children 2ce5ee6d65b5
files
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportWaterwayProfiles.vue	Mon Mar 25 10:06:43 2019 +0100
+++ b/client/src/components/ImportWaterwayProfiles.vue	Mon Mar 25 10:06:59 2019 +0100
@@ -160,9 +160,8 @@
         .then(() => {
           displayInfo({
             title: this.$gettext("Import"),
-            message: this.$gettext(
+            message:
               this.uploadLabel + this.$gettext(" was successfully uploaded.")
-            )
           });
           this.url = "https://service.d4d-portal.info/wamos/wfs/";
           this.uploadFile = null;