diff --git a/react/features/unsupported-browser/components/NoMobileApp.js b/react/features/unsupported-browser/components/NoMobileApp.js index 78d04fdcb..b816ffe98 100644 --- a/react/features/unsupported-browser/components/NoMobileApp.js +++ b/react/features/unsupported-browser/components/NoMobileApp.js @@ -12,7 +12,6 @@ declare var interfaceConfig: Object; * @class NoMobileApp */ export default class NoMobileApp extends Component { - /** * Renders the component. * @@ -24,12 +23,13 @@ export default class NoMobileApp extends Component { return (

- Video chat isn't available on mobile + Video chat isn't available on mobile.

- Please use {interfaceConfig.APP_NAME} on - Desktop to join calls. + Please use { interfaceConfig.APP_NAME } on desktop to join + calls.

+
); diff --git a/react/features/unsupported-browser/components/PluginRequiredBrowser.js b/react/features/unsupported-browser/components/PluginRequiredBrowser.js index 971db86d5..d2eb75ca2 100644 --- a/react/features/unsupported-browser/components/PluginRequiredBrowser.js +++ b/react/features/unsupported-browser/components/PluginRequiredBrowser.js @@ -26,8 +26,8 @@ export default class PluginRequiredBrowser extends Component { Your browser requires a plugin for this conversation.

- Once you install the plugin, it will be possible for you - to have your conversation here. For best experience, + Once you install the plugin, it will be possible for you to + have your conversation here. For the best experience, however, we strongly recommend that you do that using the  -

+
+

It looks like you're using a browser we don't support.

-

+

Please try again with the latest version of  ChromeFirefox or  { this._renderOSSpecificBrowserDownloadLink() @@ -73,7 +74,7 @@ export default class UnsupportedDesktopBrowser extends Component { if (typeof link !== 'undefined') { return ( { text diff --git a/react/features/unsupported-browser/components/UnsupportedMobileBrowser.js b/react/features/unsupported-browser/components/UnsupportedMobileBrowser.js index b3db7a95e..6c276f2ab 100644 --- a/react/features/unsupported-browser/components/UnsupportedMobileBrowser.js +++ b/react/features/unsupported-browser/components/UnsupportedMobileBrowser.js @@ -83,7 +83,7 @@ class UnsupportedMobileBrowser extends Component { src = 'images/logo-blue.svg' />

You need Jitsi Meet to join a - conversation on your mobile + conversation on mobile