From 2b976ac03e7ff9d5b2ef55e17946a16e8a14250d Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 7 Jun 2024 00:20:15 +0200 Subject: [PATCH] Mod tab name in Form --- resources/js/views/form/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/views/form/Index.vue b/resources/js/views/form/Index.vue index 40e24888..dac823c2 100644 --- a/resources/js/views/form/Index.vue +++ b/resources/js/views/form/Index.vue @@ -185,7 +185,7 @@ const deleting = ref(null); const showing = ref(null); const fileSettingPopup = ref(null); -const tabs = [{title: 'Allgemeines'}, {title: 'Formular'}, {title: 'E-Mail'}, {title: 'Export'}]; +const tabs = [{title: 'Allgemeines'}, {title: 'Formular'}, {title: 'Bestätigungs-E-Mail'}, {title: 'Export'}]; const mailTabs = [{title: 'vor Daten'}, {title: 'nach Daten'}]; function setTemplate(template) {