Mod tab name in Form

This commit is contained in:
philipp lang 2024-06-07 00:20:15 +02:00
parent 68a47e3fb9
commit 2b976ac03e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {