1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added editor type change button

This commit is contained in:
Dan Brown
2022-04-17 15:01:29 +01:00
parent e8e38f1f7b
commit 0cc215f8c3
4 changed files with 15 additions and 2 deletions

View File

@@ -196,6 +196,8 @@ return [
'pages_edit_draft_save_at' => 'Draft saved at ',
'pages_edit_delete_draft' => 'Delete Draft',
'pages_edit_discard_draft' => 'Discard Draft',
'pages_edit_switch_to_markdown' => 'Switch to Markdown editor',
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG editor',
'pages_edit_set_changelog' => 'Set Changelog',
'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
'pages_edit_enter_changelog' => 'Enter Changelog',