mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Change dev brand name to Ansible AWX and remove Ansible string from about
This commit is contained in:
parent
ed02f28cbe
commit
667121d325
@ -1,4 +1,4 @@
|
||||
{
|
||||
"BRAND_NAME": "AWX",
|
||||
"BRAND_NAME": "Ansible AWX",
|
||||
"PENDO_API_KEY": ""
|
||||
}
|
||||
|
||||
@ -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`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user