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.
This commit is contained in:
parent
b0ab51af90
commit
a8252103ea
|
@ -50,7 +50,7 @@ class UnsupportedDesktopBrowser extends Component<Props> {
|
|||
className = { `${_SNS}__link` }
|
||||
href = { CHROME } >Chrome</a>
|
||||
{
|
||||
this._showFirefox() && <>and <a
|
||||
this._showFirefox() && <>or <a
|
||||
className = { `${_SNS}__link` }
|
||||
href = { FIREFOX }>Firefox</a></>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue