]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/defaults/buttons/block-formats.ts
Lexical: Added UI translation support
[bookstack] / resources / js / wysiwyg / ui / defaults / buttons / block-formats.ts
index 80e4934861618dc99f833d2601fe05aed2df9b7a..f86e33c311e4f035460354bf28c9e62c890fa95c 100644 (file)
@@ -17,7 +17,7 @@ import {
 
 function buildCalloutButton(category: CalloutCategory, name: string): EditorButtonDefinition {
     return {
-        label: `${name} Callout`,
+        label: name,
         action(context: EditorUiContext) {
             context.editor.update(() => {
                 $toggleSelectionBlockNodeType(