changeset 2623:145f2b89287c

client:(minor) remove unwanted line
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 13 Mar 2019 15:43:43 +0100
parents 02505fcff63c
children 9dbaf69c7a66
files client/src/components/Popup.vue
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Popup.vue	Wed Mar 13 15:39:12 2019 +0100
+++ b/client/src/components/Popup.vue	Wed Mar 13 15:43:43 2019 +0100
@@ -36,7 +36,6 @@
               class="fa-fw"
               v-if="popup.confirm.icon"
             />
-            {{ popup.confirm.label || $gettext("Confirm") }}
             <span v-if="popup.confirm.label">{{ popup.confirm.label }}</span>
             <translate v-else>Confirm</translate>
           </button>