From 278b2ab633cc289712a5143b158b83461aa1ac33 Mon Sep 17 00:00:00 2001
From: Travis Ralston
Date: Thu, 14 Mar 2019 13:03:32 -0600
Subject: [PATCH] Update CompatibilityPage to match officially supported
browsers
See https://github.com/vector-im/riot-web/pull/9177
---
src/components/structures/CompatibilityPage.js | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/components/structures/CompatibilityPage.js b/src/components/structures/CompatibilityPage.js
index 28521cb1b7..65e7233d34 100644
--- a/src/components/structures/CompatibilityPage.js
+++ b/src/components/structures/CompatibilityPage.js
@@ -48,19 +48,13 @@ module.exports = React.createClass({
{ _t(
- 'Please install Chrome or Firefox ' +
- 'for the best experience.',
+ 'Please install Chrome, Firefox, ' +
+ 'or Safari for the best experience.',
{},
{
'chromeLink': (sub) => {sub},
'firefoxLink': (sub) => {sub},
- },
- )}
- { _t('Safari and Opera work too.',
- {},
- {
'safariLink': (sub) => {sub},
- 'operaLink': (sub) => {sub},
},
)}