Change dev brand name to Ansible AWX and remove Ansible string from about

This commit is contained in:
mabashian 2021-06-29 11:33:52 -04:00 committed by Shane McDonald
parent ed02f28cbe
commit 667121d325
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"BRAND_NAME": "AWX",
"BRAND_NAME": "Ansible AWX",
"PENDO_API_KEY": ""
}

View File

@ -31,7 +31,7 @@ function About({ version, isOpen, onClose }) {
<AboutModal
isOpen={isOpen}
onClose={onClose}
productName={`Ansible ${brandName.current}`}
productName={brandName.current}
trademark={`${copyright} ${new Date().getFullYear()} ${redHatInc}`}
brandImageSrc="/static/media/logo-header.svg"
brandImageAlt={t`Brand Image`}