Skip to content

Commit

Permalink
🐛 Archetype detail drawer, tab renamed "Review" (#1650)
Browse files Browse the repository at this point in the history
After some discussions in the Jira ticket, the archetype detail drawer
tab should be named "Review" since an archetype will only have a single
review. The application detail drawer tab will remain "Reviews" since
applications can inherit multiple reviews from multiple archetype
matches.

Follow up to: #1626
Resolves: https://issues.redhat.com/browse/MTA-1888

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Jan 3, 2024
1 parent c01f3a0 commit 0f64970
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.reviews")}</TabTitleText>}
title={<TabTitleText>{t("terms.review")}</TabTitleText>}
>
<ReviewFields archetype={archetype} />
</Tab>
Expand Down

0 comments on commit 0f64970

Please sign in to comment.