Skip to content

Commit

Permalink
feat(manager-react-components): correcting content for iam manager te…
Browse files Browse the repository at this point in the history
…xt (#13469)

ref:MANAGER-15576

Signed-off-by: stif59100 <[email protected]>
  • Loading branch information
stif59100 authored Oct 10, 2024
1 parent 24c8eae commit 6edb862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ManagerText = ({
<OsdsTooltip>
<OsdsText {...restProps}>{t('iam_hidden_text').toUpperCase()}</OsdsText>
<OsdsTooltipContent slot="tooltip-content">
<div>{t('common_iam_actions_message')}</div>
<div>{t('common_iam_get_message')}</div>
</OsdsTooltipContent>
</OsdsTooltip>
);
Expand Down

0 comments on commit 6edb862

Please sign in to comment.