Skip to content

Commit

Permalink
feat(mrc): clean translations
Browse files Browse the repository at this point in the history
ref: MANAGER-16546

Signed-off-by: Maxime Bajeux <[email protected]>
  • Loading branch information
Maxime Bajeux committed Jan 16, 2025
1 parent ad3fd8f commit c48d7dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ChangelogButton: React.FC<ChangelogButtonProps> = ({ items }) => {
<span slot="start">
<GithubIcon />
</span>
{t('user_account_changelog_header')}
{t('mrc_changelog_header')}
</OsdsButton>

{items.map((item) => (
Expand All @@ -57,7 +57,7 @@ export const ChangelogButton: React.FC<ChangelogButtonProps> = ({ items }) => {
download={item.download}
rel={item.rel}
type={LinkType.external}
label={t(`user_account_changelog_${item.labelKey}`)}
label={t(`mrc_changelog_${item.labelKey}`)}
onClickReturn={item.onClick}
/>
</OsdsMenuItem>
Expand Down

0 comments on commit c48d7dd

Please sign in to comment.