Skip to content

Commit

Permalink
feat(mrc): clean translations issues
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 17, 2025
1 parent aa7556a commit 2852aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ChangelogButton: React.FC<ChangelogButtonProps> = ({ items }) => {
slot="menu-title"
variant={ODS_BUTTON_VARIANT.ghost}
size={ODS_BUTTON_SIZE.sm}
label={t('user_account_changelog_header')}
label={t('mrc_changelog_header')}
className="whitespace-nowrap"
></OdsButton>
</div>
Expand All @@ -45,7 +45,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}
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"common_actions": "Actions",
"user_account_guides_header": "Guides",
"user_account_changelog_header": "Roadmap & changelog"
"user_account_guides_header": "Guides"
}

0 comments on commit 2852aa4

Please sign in to comment.