aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/globalMessages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/globalMessages.ts')
-rw-r--r--src/i18n/globalMessages.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts
index 0afe04a40..690bad1de 100644
--- a/src/i18n/globalMessages.ts
+++ b/src/i18n/globalMessages.ts
@@ -3,7 +3,7 @@ import { defineMessages } from 'react-intl';
3export default defineMessages({ 3export default defineMessages({
4 APIUnhealthy: { 4 APIUnhealthy: {
5 id: 'global.api.unhealthy', 5 id: 'global.api.unhealthy',
6 defaultMessage: "Can't connect to Ferdium online services", 6 defaultMessage: "Can't connect to {serverNameParse} online services",
7 }, 7 },
8 notConnectedToTheInternet: { 8 notConnectedToTheInternet: {
9 id: 'global.notConnectedToTheInternet', 9 id: 'global.notConnectedToTheInternet',