File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/settings/categories Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 248248 'pages_edit_switch_to_markdown_stable ' => '(Stable Content) ' ,
249249 'pages_edit_switch_to_wysiwyg ' => 'Switch to WYSIWYG Editor ' ,
250250 'pages_edit_switch_to_new_wysiwyg ' => 'Switch to new WYSIWYG ' ,
251- 'pages_edit_switch_to_new_wysiwyg_desc ' => '(In Alpha Testing) ' ,
251+ 'pages_edit_switch_to_new_wysiwyg_desc ' => '(In Beta Testing) ' ,
252252 'pages_edit_set_changelog ' => 'Set Changelog ' ,
253253 'pages_edit_enter_changelog_desc ' => 'Enter a brief description of the changes you \'ve made ' ,
254254 'pages_edit_enter_changelog ' => 'Enter Changelog ' ,
Original file line number Diff line number Diff line change 3232 <select name =" setting-app-editor" id =" setting-app-editor" >
3333 <option @if (setting (' app-editor' ) === ' wysiwyg' ) selected @endif value =" wysiwyg" >WYSIWYG</option >
3434 <option @if (setting (' app-editor' ) === ' markdown' ) selected @endif value =" markdown" >Markdown</option >
35- <option @if (setting (' app-editor' ) === ' wysiwyg2024' ) selected @endif value =" wysiwyg2024" >New WYSIWYG (alpha testing)</option >
35+ <option @if (setting (' app-editor' ) === ' wysiwyg2024' ) selected @endif value =" wysiwyg2024" >New WYSIWYG (beta testing)</option >
3636 </select >
3737 </div >
3838 </div >
You can’t perform that action at this time.
0 commit comments