From 4f2f345e23b3dd664b4e127125cf8f945e7806ff Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 14 Mar 2023 17:20:02 -0400 Subject: [PATCH] Fix use of brandName --- awx/ui/src/screens/Dashboard/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/screens/Dashboard/Dashboard.js b/awx/ui/src/screens/Dashboard/Dashboard.js index 716aa322f4..06c47ada10 100644 --- a/awx/ui/src/screens/Dashboard/Dashboard.js +++ b/awx/ui/src/screens/Dashboard/Dashboard.js @@ -79,7 +79,7 @@ function Dashboard() {

- A tech preview of the new {brandName} user + A tech preview of the new ${brandName} user interface can be found here.