Fix use of brandName

This commit is contained in:
Michael Abashian 2023-03-14 17:20:02 -04:00 committed by Hao Liu
parent 41a4551c91
commit 4f2f345e23

View File

@ -79,7 +79,7 @@ function Dashboard() {
<Banner variant="info">
<Trans>
<p>
<InfoCircleIcon /> A tech preview of the new {brandName} user
<InfoCircleIcon /> A tech preview of the new ${brandName} user
interface can be found <a href="/ui_next/dashboard">here</a>.
</p>
</Trans>