Skip to content

Commit

Permalink
🐛 Fix text for stakeholder group empty state (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Nov 22, 2023
1 parent c8990d4 commit 86c80d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ export const StakeholderGroups: React.FC = () => {
<EmptyStateIcon icon={CubesIcon} />
<Title headingLevel="h2" size="lg">
{t("composed.noDataStateTitle", {
what: t("terms.stakeholder").toLowerCase(),
what: t("terms.stakeholderGroup").toLowerCase(),
})}
</Title>
<EmptyStateBody>
{t("composed.noDataStateBody", {
what: t("terms.stakeholder").toLowerCase(),
what: t("terms.stakeholderGroup").toLowerCase(),
})}
</EmptyStateBody>
</EmptyState>
Expand Down

0 comments on commit 86c80d9

Please sign in to comment.