diff --git a/apps/meteor/client/views/home/cards/DesktopAppsCard.tsx b/apps/meteor/client/views/home/cards/DesktopAppsCard.tsx index d625bedffac..b2842a33ba8 100644 --- a/apps/meteor/client/views/home/cards/DesktopAppsCard.tsx +++ b/apps/meteor/client/views/home/cards/DesktopAppsCard.tsx @@ -13,7 +13,7 @@ const DesktopAppsCard = (): ReactElement => { return ( {t('Desktop_apps')} - {t('Install_rocket_chat_on_the_your_preferred_desktop_platform')} + {t('Install_rocket_chat_on_your_preferred_desktop_platform')} diff --git a/apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json b/apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json index 8dfae678d7f..768c66b0773 100644 --- a/apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json @@ -2446,7 +2446,7 @@ "Instructions_to_your_visitor_fill_the_form_to_send_a_message": "Instructions to your visitor fill the form to send a message", "Insert_Contact_Name": "Insert the Contact Name", "Insert_Placeholder": "Insert Placeholder", - "Install_rocket_chat_on_the_your_preferred_desktop_platform": "Install Rocket.Chat on the your preferred desktop platform.", + "Install_rocket_chat_on_your_preferred_desktop_platform": "Install Rocket.Chat on your preferred desktop platform.", "Insurance": "Insurance", "Integration_added": "Integration has been added", "Integration_Advanced_Settings": "Advanced Settings",