Skip to content

Commit

Permalink
chore: fix reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler committed Oct 14, 2024
1 parent 9ee1468 commit 86465ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const UnsupportedEmptyState = (): ReactElement => {
const title = isAdmin ? t('Update_to_access_marketplace') : t('Marketplace_unavailable');
const description = isAdmin ? t('Update_to_access_marketplace_description') : t('Marketplace_unavailable_description');

// Check why <StatesAction> is always primary
return (
<Box mbs={64}>
<States>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const UpdateRocketChatBtn = () => {

return (
<Button primary is='a' href='https://docs.rocket.chat/v1/docs/en/updating-rocketchat' external>
{t('Update_RocketChat')}
{t('Update')}
</Button>
);
};
Expand Down
2 changes: 0 additions & 2 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5626,8 +5626,6 @@
"Update_to_version": "Update to {{version}}",
"Update_to_access_marketplace": "Update to access marketplace",
"Update_to_access_marketplace_description": "This workspace cannot access the marketplace because it's running an unsupported version of Rocket.Chat.",
"Update_RocketChat": "Update Rocket.Chat",
"Update_your_RocketChat": "Update your Rocket.Chat",
"Updated_at": "Updated at",
"Upgrade_tab_upgrade_your_plan": "Upgrade your plan",
"Upload": "Upload",
Expand Down

0 comments on commit 86465ac

Please sign in to comment.