diff --git a/stores/data.js b/stores/data.js index ba6f566..316eda9 100644 --- a/stores/data.js +++ b/stores/data.js @@ -1684,8 +1684,8 @@ export const useDataStore = defineStore('data', () => { selectSearchAttributes: ['name'], }, { - key: "notes", - label: "Notizen", + key: "description", + label: "Beschreibung", inputType: "textarea" } ],