diff --git a/apps/meteor/client/views/marketplace/AppsPage/UnsupportedEmptyState.tsx b/apps/meteor/client/views/marketplace/AppsPage/UnsupportedEmptyState.tsx index 9faf54e19d7f4..a41ba2d89ffcc 100644 --- a/apps/meteor/client/views/marketplace/AppsPage/UnsupportedEmptyState.tsx +++ b/apps/meteor/client/views/marketplace/AppsPage/UnsupportedEmptyState.tsx @@ -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 is always primary return ( diff --git a/apps/meteor/client/views/marketplace/components/UpdateRocketChatBtn.tsx b/apps/meteor/client/views/marketplace/components/UpdateRocketChatBtn.tsx index 22d89f8711552..725f69c4b062f 100644 --- a/apps/meteor/client/views/marketplace/components/UpdateRocketChatBtn.tsx +++ b/apps/meteor/client/views/marketplace/components/UpdateRocketChatBtn.tsx @@ -7,7 +7,7 @@ const UpdateRocketChatBtn = () => { return ( ); }; diff --git a/packages/i18n/src/locales/en.i18n.json b/packages/i18n/src/locales/en.i18n.json index fe72549311122..dde4b0b68fe2d 100644 --- a/packages/i18n/src/locales/en.i18n.json +++ b/packages/i18n/src/locales/en.i18n.json @@ -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",