aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/globalMessages.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-05 11:04:19 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-05 11:04:19 +0100
commitc372530ed189eb36d786bfb5a42d785a7dd8a4e8 (patch)
treebcc056023f70037fa87ef88b4441c24f3d6ed110 /src/i18n/globalMessages.ts
parent6.0.0-nightly.89 [skip ci] (diff)
downloadferdium-app-c372530ed189eb36d786bfb5a42d785a7dd8a4e8.tar.gz
ferdium-app-c372530ed189eb36d786bfb5a42d785a7dd8a4e8.tar.zst
ferdium-app-c372530ed189eb36d786bfb5a42d785a7dd8a4e8.zip
Add Server Information to About Dialog and to Global Messages (#425)
Add Server Information to About Dialog and to Global Messages
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',