# HG changeset patch # User Thomas Junk # Date 1553504819 -3600 # Node ID 44eb4f153b27cbd9c3d9b928a30c498d66985053 # Parent 9a7d4caa1b7766057c5d67b971d0581de579375c# Parent 387fe9f088a694b954c9be0701e2c233c6b4abda merge diff -r 9a7d4caa1b77 -r 44eb4f153b27 client/src/components/ImportWaterwayProfiles.vue --- 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;