Update User.js

This commit is contained in:
Luca Haid
2025-03-17 09:17:44 +00:00
parent 3a549046f3
commit b24647539a

View File

@@ -5,7 +5,7 @@ Vue.component("User", {
<template v-slot:top-buttons>
<tt-button @click="window.location = window['TT_CONFIG']['ADD_URL']"
additional-class="btn-primary"
text="Vorbestellkampagne hinzuf\xfcgen"
text="Benutzer hinzufügen"
icon="fas fa-plus"/>
</template>
@@ -61,4 +61,4 @@ Vue.component("User", {
{text: "Aktionen", key: "actions", class: "text-center", sortable: false, priority: 21, filter: false}]
}
})
});
});