]> BookStack Code Mirror - bookstack/commitdiff
Added translation string for tasklist WYSIWYG action 3333/head
authorDan Brown <redacted>
Wed, 23 Mar 2022 11:54:27 +0000 (11:54 +0000)
committerDan Brown <redacted>
Wed, 23 Mar 2022 11:54:27 +0000 (11:54 +0000)
resources/lang/en/editor.php

index 4fb1b8f2ea5c1143f635095a7a551f0a1b99bde3..3daa03e7e2359f8f1edb94afd161f8eb2204a613 100644 (file)
@@ -55,6 +55,7 @@ return [
     'align_justify' => 'Align justify',
     'list_bullet' => 'Bullet list',
     'list_numbered' => 'Numbered list',
+    'list_task' => 'Task list',
     'indent_increase' => 'Increase indent',
     'indent_decrease' => 'Decrease indent',
     'table' => 'Table',