Update UI_NEXT help text in UI

This commit is contained in:
Hao Liu 2023-03-20 14:06:29 -04:00
parent 5bd00adb59
commit 39ea162aa9
2 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@ describe('<MiscSystemDetail />', () => {
assertVariableDetail(wrapper, 'Remote Host Headers', '[]');
assertVariableDetail(wrapper, 'Proxy IP Allowed List', '[]');
assertDetail(wrapper, 'Global default execution environment', 'Foo');
assertDetail(wrapper, 'Enable Next Generation User Interface', 'On');
assertDetail(wrapper, 'Enable Preview of New User Interface', 'On');
});
test('should render execution environment as not configured', async () => {

View File

@ -642,8 +642,8 @@
"UI_NEXT": {
"type": "boolean",
"required": false,
"label": "Enable Next Generation User Interface",
"help_text": "Enable the next generation user interface.",
"label": "Enable Preview of New User Interface",
"help_text": "'Enable preview of new user interface.",
"category": "System",
"category_slug": "system",
"default": true
@ -4383,8 +4383,8 @@
},
"UI_NEXT": {
"type": "boolean",
"label": "Enable Next Generation User Interface",
"help_text": "Enable the next generation user interface.",
"label": "Enable Preview of New User Interface",
"help_text": "Enable preview of new user interface.",
"category": "System",
"category_slug": "system",
"defined_in_file": false