From b75d0c1dad6e3c68843a9b448159d8c3a70523d6 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 8 Apr 2021 19:09:10 -0400 Subject: [PATCH] Fix non-translatable template string --- awx/ui_next/src/components/About/About.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/About/About.jsx b/awx/ui_next/src/components/About/About.jsx index a34d1bf532..2aebbfd6a5 100644 --- a/awx/ui_next/src/components/About/About.jsx +++ b/awx/ui_next/src/components/About/About.jsx @@ -25,13 +25,15 @@ function About({ version, isOpen, onClose, i18n }) { }; const speechBubble = createSpeechBubble(); + const copyright = i18n._(t`Copyright`); + const redHatInc = i18n._(t`Red Hat, Inc.`); return (