From bff968de81012b0e970b41f3308351fab5de843e Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Thu, 14 Dec 2023 17:44:23 -0500 Subject: [PATCH] :bug: Fix label on Archetype detail drawer, Reviews tab Use "Reviews" instead of "Review" on the Archetype details drawer Reviews tab. This keeps the terms used on the tab labels all consistent. Resolves: https://issues.redhat.com/browse/MTA-1888 Signed-off-by: Scott J Dickerson --- .../app/pages/archetypes/components/archetype-detail-drawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/pages/archetypes/components/archetype-detail-drawer.tsx b/client/src/app/pages/archetypes/components/archetype-detail-drawer.tsx index 648fdd01f3..d3e1989756 100644 --- a/client/src/app/pages/archetypes/components/archetype-detail-drawer.tsx +++ b/client/src/app/pages/archetypes/components/archetype-detail-drawer.tsx @@ -212,7 +212,7 @@ const ArchetypeDetailDrawer: React.FC = ({ {t("terms.review")}} + title={{t("terms.reviews")}} >