瀏覽代碼

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.
master
James Baird 5 年之前
父節點
當前提交
a8252103ea
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js

+ 1
- 1
react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js 查看文件

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

Loading…
取消
儲存