From 39ea162aa964a9dc4ba183e316796eed2862535f Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 20 Mar 2023 14:06:29 -0400 Subject: [PATCH] Update UI_NEXT help text in UI --- .../MiscSystem/MiscSystemDetail/MiscSystemDetail.test.js | 2 +- .../screens/Setting/shared/data.allSettingOptions.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.js b/awx/ui/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.js index 909fb6ad6d..f30dd11693 100644 --- a/awx/ui/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.js +++ b/awx/ui/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.js @@ -114,7 +114,7 @@ describe('', () => { 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 () => { diff --git a/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json b/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json index 029140287c..99e2743e75 100644 --- a/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json +++ b/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json @@ -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