Skip to content

Commit c5ca865

Browse files
committed
Lexical: Updated WYSIWYG editor status from alpha to beta
1 parent b862f12 commit c5ca865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang/en/entities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
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',

resources/views/settings/categories/customization.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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>

0 commit comments

Comments
 (0)