Pārlūkot izejas kodu

Fix the human-readable text

j8
Lyubo Marinov 8 gadus atpakaļ
vecāks
revīzija
72c267fbf3

+ 4
- 4
react/features/unsupported-browser/components/NoMobileApp.js Parādīt failu

@@ -12,7 +12,6 @@ declare var interfaceConfig: Object;
12 12
  * @class NoMobileApp
13 13
  */
14 14
 export default class NoMobileApp extends Component {
15
-
16 15
     /**
17 16
      * Renders the component.
18 17
      *
@@ -24,12 +23,13 @@ export default class NoMobileApp extends Component {
24 23
         return (
25 24
             <div className = { ns }>
26 25
                 <h2 className = { `${ns}__title` }>
27
-                    Video chat isn't available on mobile
26
+                    Video chat isn't available on mobile.
28 27
                 </h2>
29 28
                 <p className = { `${ns}__description` }>
30
-                    Please use {interfaceConfig.APP_NAME} on
31
-                    Desktop to join calls.
29
+                    Please use { interfaceConfig.APP_NAME } on desktop to join
30
+                    calls.
32 31
                 </p>
32
+
33 33
                 <HideNotificationBarStyle />
34 34
             </div>
35 35
         );

+ 2
- 2
react/features/unsupported-browser/components/PluginRequiredBrowser.js Parādīt failu

@@ -26,8 +26,8 @@ export default class PluginRequiredBrowser extends Component {
26 26
                     Your browser requires a plugin for this conversation.
27 27
                 </h2>
28 28
                 <p className = { `${ns}__description_small` }>
29
-                    Once you install the plugin, it will be possible for you
30
-                    to have your conversation here. For best experience,
29
+                    Once you install the plugin, it will be possible for you to
30
+                    have your conversation here. For the best experience,
31 31
                     however, we strongly recommend that you do that using
32 32
                     the&nbsp;
33 33
                     <a

+ 9
- 8
react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js Parādīt failu

@@ -8,11 +8,12 @@ import { CHROME, FIREFOX, IE, SAFARI } from './browserLinks';
8 8
 import HideNotificationBarStyle from './HideNotificationBarStyle';
9 9
 
10 10
 /**
11
- * Describes styles namespace for this component.
11
+ * The CSS style namespace of UnsupportedDesktopBrowser.
12 12
  *
13
+ * @private
13 14
  * @type {string}
14 15
  */
15
-const NS = 'unsupported-desktop-browser';
16
+const _NS = 'unsupported-desktop-browser';
16 17
 
17 18
 /**
18 19
  * React component representing unsupported browser page.
@@ -27,17 +28,17 @@ export default class UnsupportedDesktopBrowser extends Component {
27 28
      */
28 29
     render() {
29 30
         return (
30
-            <div className = { NS }>
31
-                <h2 className = { `${NS}__title` }>
31
+            <div className = { _NS }>
32
+                <h2 className = { `${_NS}__title` }>
32 33
                     It looks like you're using a browser we don't support.
33 34
                 </h2>
34
-                <p className = { `${NS}__description` }>
35
+                <p className = { `${_NS}__description` }>
35 36
                     Please try again with the latest version of&nbsp;
36 37
                     <a
37
-                        className = { `${NS}__link` }
38
+                        className = { `${_NS}__link` }
38 39
                         href = { CHROME } >Chrome</a>,&nbsp;
39 40
                     <a
40
-                        className = { `${NS}__link` }
41
+                        className = { `${_NS}__link` }
41 42
                         href = { FIREFOX }>Firefox</a> or&nbsp;
42 43
                     {
43 44
                         this._renderOSSpecificBrowserDownloadLink()
@@ -73,7 +74,7 @@ export default class UnsupportedDesktopBrowser extends Component {
73 74
         if (typeof link !== 'undefined') {
74 75
             return (
75 76
                 <a
76
-                    className = { `${NS}__link` }
77
+                    className = { `${_NS}__link` }
77 78
                     href = { link }>
78 79
                     {
79 80
                         text

+ 1
- 1
react/features/unsupported-browser/components/UnsupportedMobileBrowser.js Parādīt failu

@@ -83,7 +83,7 @@ class UnsupportedMobileBrowser extends Component {
83 83
                         src = 'images/logo-blue.svg' />
84 84
                     <p className = { `${ns}__text` }>
85 85
                         You need <strong>Jitsi Meet</strong> to join a
86
-                        conversation on your mobile
86
+                        conversation on mobile
87 87
                     </p>
88 88
                     <a href = { _URLS[Platform.OS] }>
89 89
                         <button className = { downloadButtonClassName }>

Notiek ielāde…
Atcelt
Saglabāt