]> BookStack Code Mirror - bookstack/commitdiff
Lexical: Updated WYSIWYG editor status from alpha to beta 5627/head
authorDan Brown <redacted>
Wed, 28 May 2025 21:52:09 +0000 (22:52 +0100)
committerDan Brown <redacted>
Wed, 28 May 2025 21:52:09 +0000 (22:52 +0100)
lang/en/entities.php
resources/views/settings/categories/customization.blade.php

index 6e616ded452c53b1e168da3561ff2bac1259c7c7..561022ad6b6b9bd34c0579ce9379142c7f5aacab 100644 (file)
@@ -248,7 +248,7 @@ return [
     'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
     'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
     'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
-    'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
+    'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)',
     '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',
index 70a490298c779022f1769387e996be370025985d..732cb01988a140f32b684f1aee91f6297941cdd7 100644 (file)
@@ -32,7 +32,7 @@
                     <select name="setting-app-editor" id="setting-app-editor">
                         <option @if(setting('app-editor') === 'wysiwyg') selected @endif value="wysiwyg">WYSIWYG</option>
                         <option @if(setting('app-editor') === 'markdown') selected @endif value="markdown">Markdown</option>
-                        <option @if(setting('app-editor') === 'wysiwyg2024') selected @endif value="wysiwyg2024">New WYSIWYG (alpha testing)</option>
+                        <option @if(setting('app-editor') === 'wysiwyg2024') selected @endif value="wysiwyg2024">New WYSIWYG (beta testing)</option>
                     </select>
                 </div>
             </div>