diff --git a/src/components/input/editorConfig.ts b/src/components/input/editorConfig.ts index 720a95544..e50e9aecc 100644 --- a/src/components/input/editorConfig.ts +++ b/src/components/input/editorConfig.ts @@ -73,15 +73,15 @@ export function createEasyMDEConfig({ placeholder, uploadImage, imageUploadFunct icon: '', }, { - name: 'unordered-project', - action: EasyMDE.toggleUnorderedProject, - title: i18n.global.t('input.editor.unorderedProject'), + name: 'unordered-list', + action: EasyMDE.toggleUnorderedList, + title: i18n.global.t('input.editor.unorderedList'), icon: '', }, { - name: 'ordered-project', - action: EasyMDE.toggleOrderedProject, - title: i18n.global.t('input.editor.orderedProject'), + name: 'ordered-list', + action: EasyMDE.toggleOrderedList, + title: i18n.global.t('input.editor.orderedList'), icon: '', }, '|',