From 667121d32564a76ea8562a552367e2fe56519e25 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 29 Jun 2021 11:33:52 -0400 Subject: [PATCH] Change dev brand name to Ansible AWX and remove Ansible string from about --- awx/ui_next/public/static/media/default.strings.json | 2 +- awx/ui_next/src/components/About/About.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/public/static/media/default.strings.json b/awx/ui_next/public/static/media/default.strings.json index f5f3d5d399..bc66952ff2 100644 --- a/awx/ui_next/public/static/media/default.strings.json +++ b/awx/ui_next/public/static/media/default.strings.json @@ -1,4 +1,4 @@ { - "BRAND_NAME": "AWX", + "BRAND_NAME": "Ansible AWX", "PENDO_API_KEY": "" } diff --git a/awx/ui_next/src/components/About/About.jsx b/awx/ui_next/src/components/About/About.jsx index 09a3d11e91..64073ddb57 100644 --- a/awx/ui_next/src/components/About/About.jsx +++ b/awx/ui_next/src/components/About/About.jsx @@ -31,7 +31,7 @@ function About({ version, isOpen, onClose }) {