|
|
@@ -6,7 +6,7 @@ import React, { Component } from 'react';
|
|
6
|
6
|
import { translate } from '../../base/i18n';
|
|
7
|
7
|
import { Platform } from '../../base/react';
|
|
8
|
8
|
|
|
9
|
|
-import { CHROME, FIREFOX, IE, SAFARI } from './browserLinks';
|
|
|
9
|
+import { CHROME, EDGE, FIREFOX, SAFARI } from './browserLinks';
|
|
10
|
10
|
|
|
11
|
11
|
/**
|
|
12
|
12
|
* The namespace of the CSS styles of UnsupportedDesktopBrowser.
|
|
|
@@ -81,8 +81,8 @@ class UnsupportedDesktopBrowser extends Component<*> {
|
|
81
|
81
|
break;
|
|
82
|
82
|
|
|
83
|
83
|
case 'windows':
|
|
84
|
|
- link = IE;
|
|
85
|
|
- text = 'Internet Explorer';
|
|
|
84
|
+ link = EDGE;
|
|
|
85
|
+ text = 'Edge';
|
|
86
|
86
|
break;
|
|
87
|
87
|
}
|
|
88
|
88
|
if (typeof link !== 'undefined') {
|