aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/services/content/ConnectionLostBanner.js2
-rw-r--r--src/components/services/tabs/TabItem.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/services/content/ConnectionLostBanner.js b/src/components/services/content/ConnectionLostBanner.js
index 9609a65b1..36ab2b351 100644
--- a/src/components/services/content/ConnectionLostBanner.js
+++ b/src/components/services/content/ConnectionLostBanner.js
@@ -14,7 +14,7 @@ import { LIVE_API_WEBSITE } from '../../../config';
14const messages = defineMessages({ 14const messages = defineMessages({
15 text: { 15 text: {
16 id: 'connectionLostBanner.message', 16 id: 'connectionLostBanner.message',
17 defaultMessage: '!!!Oh no! Franz lost the connection to {name}.', 17 defaultMessage: '!!!Oh no! Ferdi lost the connection to {name}.',
18 }, 18 },
19 moreInformation: { 19 moreInformation: {
20 id: 'connectionLostBanner.informationLink', 20 id: 'connectionLostBanner.informationLink',
diff --git a/src/components/services/tabs/TabItem.js b/src/components/services/tabs/TabItem.js
index 75611f77c..24bbe7939 100644
--- a/src/components/services/tabs/TabItem.js
+++ b/src/components/services/tabs/TabItem.js
@@ -12,7 +12,7 @@ import { observable, autorun } from 'mobx';
12import ServiceModel from '../../../models/Service'; 12import ServiceModel from '../../../models/Service';
13import { ctrlKey, cmdKey } from '../../../environment'; 13import { ctrlKey, cmdKey } from '../../../environment';
14 14
15const IS_SERVICE_DEBUGGING_ENABLED = (localStorage.getItem('debug') || '').includes('Franz:Service'); 15const IS_SERVICE_DEBUGGING_ENABLED = (localStorage.getItem('debug') || '').includes('Ferdi:Service');
16 16
17const { Menu, dialog, app } = remote; 17const { Menu, dialog, app } = remote;
18 18