aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ConnectionLostBanner.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/content/ConnectionLostBanner.js')
-rw-r--r--src/components/services/content/ConnectionLostBanner.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/services/content/ConnectionLostBanner.js b/src/components/services/content/ConnectionLostBanner.js
index 5adb22c84..4f68c1bfe 100644
--- a/src/components/services/content/ConnectionLostBanner.js
+++ b/src/components/services/content/ConnectionLostBanner.js
@@ -5,13 +5,13 @@ import injectSheet from 'react-jss';
5import { defineMessages, injectIntl } from 'react-intl'; 5import { defineMessages, injectIntl } from 'react-intl';
6 6
7import { mdiAlert } from '@mdi/js'; 7import { mdiAlert } from '@mdi/js';
8import { LIVE_API_FERDI_WEBSITE } from '../../../config'; 8import { LIVE_API_FERDIUM_WEBSITE } from '../../../config';
9import { Icon } from '../../ui/icon'; 9import { Icon } from '../../ui/icon';
10 10
11const messages = defineMessages({ 11const messages = defineMessages({
12 text: { 12 text: {
13 id: 'connectionLostBanner.message', 13 id: 'connectionLostBanner.message',
14 defaultMessage: 'Oh no! Ferdi lost the connection to {name}.', 14 defaultMessage: 'Oh no! Ferdium lost the connection to {name}.',
15 }, 15 },
16 moreInformation: { 16 moreInformation: {
17 id: 'connectionLostBanner.informationLink', 17 id: 'connectionLostBanner.informationLink',
@@ -87,7 +87,7 @@ class ConnectionLostBanner extends Component {
87 {intl.formatMessage(messages.text, { name })} 87 {intl.formatMessage(messages.text, { name })}
88 <br /> 88 <br />
89 <a 89 <a
90 href={`${LIVE_API_FERDI_WEBSITE}/support#what-does-franz-lost-the-connection-to-service-mean`} 90 href={`${LIVE_API_FERDIUM_WEBSITE}/support#what-does-franz-lost-the-connection-to-service-mean`}
91 className={classes.link} 91 className={classes.link}
92 > 92 >
93 {intl.formatMessage(messages.moreInformation)} 93 {intl.formatMessage(messages.moreInformation)}