aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 17:08:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 13:18:26 +0000
commit1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 (patch)
treef08453e0e4d2256eff24803ff83918ce327998d8 /src/components/services/content
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.gz
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.zst
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.zip
Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci]
Diffstat (limited to 'src/components/services/content')
-rw-r--r--src/components/services/content/ConnectionLostBanner.js2
1 files changed, 1 insertions, 1 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',