]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/defaults/buttons/controls.ts
Perms: Removed entity perm regen on general update
[bookstack] / resources / js / wysiwyg / ui / defaults / buttons / controls.ts
index 5e32005393e8d813f278b21d42a7ebcb118bdfee..6c22d3faaf87d5e5305c2b18d7f80de9c98df508 100644 (file)
@@ -57,7 +57,7 @@ export const redo: EditorButtonDefinition = {
 
 
 export const source: EditorButtonDefinition = {
-    label: 'Source',
+    label: 'Source code',
     icon: sourceIcon,
     async action(context: EditorUiContext) {
         const modal = context.manager.createModal('source');