Skip to content

Commit

Permalink
Fixed widget label
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Aug 23, 2023
1 parent 0bc43f4 commit 37f44a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tinymce.PluginManager.add('openmagewidget', (ed, url) => {

editor.ui.registry.addMenuItem('openmagewidget', {
icon: 'openmagewidget',
text: Translator.translate('OpenMage Variable'),
text: Translator.translate('OpenMage Widget'),
onAction: onAction,
onSetup: onSetup
});
Expand Down

0 comments on commit 37f44a2

Please sign in to comment.