|
@@ -2,7 +2,6 @@ import { translateToHTML } from '../base/i18n';
|
2
|
2
|
import { isSuboptimalBrowser } from '../base/environment';
|
3
|
3
|
import { toState } from '../base/redux';
|
4
|
4
|
|
5
|
|
-import { getName } from '../app';
|
6
|
5
|
import {
|
7
|
6
|
areThereNotifications,
|
8
|
7
|
showWarningNotification
|
|
@@ -24,10 +23,8 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) {
|
24
|
23
|
titleKey: 'notify.suboptimalExperienceTitle',
|
25
|
24
|
description: translateToHTML(
|
26
|
25
|
t,
|
27
|
|
- 'notify.suboptimalExperienceDescription',
|
28
|
|
- {
|
29
|
|
- appName: getName()
|
30
|
|
- })
|
|
26
|
+ 'notify.suboptimalBrowserWarning'
|
|
27
|
+ )
|
31
|
28
|
}
|
32
|
29
|
)
|
33
|
30
|
);
|