[FIX] Typo on new homepage (#26768)

pull/26724/head^2
Filipe Marins 3 years ago committed by GitHub
parent 839e386073
commit bf915717db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/meteor/client/views/home/cards/DesktopAppsCard.tsx
  2. 2
      apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json

@ -13,7 +13,7 @@ const DesktopAppsCard = (): ReactElement => {
return (
<Card variant='light' data-qa-id='homepage-desktop-apps-card'>
<Card.Title>{t('Desktop_apps')}</Card.Title>
<Card.Body>{t('Install_rocket_chat_on_the_your_preferred_desktop_platform')}</Card.Body>
<Card.Body>{t('Install_rocket_chat_on_your_preferred_desktop_platform')}</Card.Body>
<Card.FooterWrapper>
<Card.Footer>
<ExternalLink to={WINDOWS_APP_URL}>

@ -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",

Loading…
Cancel
Save