Fix grammar on unsupported browser message

It should read "Chrome or Firefox" not "Chrome and Firefox", as you only need to use a single browser, not both.
pull/6303/head^2
James Baird 5 years ago committed by Дамян Минков
parent b0ab51af90
commit a8252103ea
  1. 2
      react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js

@ -50,7 +50,7 @@ class UnsupportedDesktopBrowser extends Component<Props> {
className = { `${_SNS}__link` }
href = { CHROME } >Chrome</a>&nbsp;
{
this._showFirefox() && <>and <a
this._showFirefox() && <>or <a
className = { `${_SNS}__link` }
href = { FIREFOX }>Firefox</a></>
}

Loading…
Cancel
Save