Skip to content

Commit

Permalink
🐛 Fix label on Archetype detail drawer, Reviews tab (#1626)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Ian Bolton <[email protected]>
  • Loading branch information
sjd78 and ibolton336 authored Dec 15, 2023
1 parent bd965f1 commit 86ac8ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const ArchetypeDetailDrawer: React.FC<IArchetypeDetailDrawerProps> = ({
</Tab>
<Tab
eventKey={TabKey.Reviews}
title={<TabTitleText>{t("terms.review")}</TabTitleText>}
title={<TabTitleText>{t("terms.reviews")}</TabTitleText>}
>
<ReviewFields archetype={archetype} />
</Tab>
Expand Down

0 comments on commit 86ac8ac

Please sign in to comment.