From c372530ed189eb36d786bfb5a42d785a7dd8a4e8 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Tue, 5 Jul 2022 11:04:19 +0100 Subject: Add Server Information to About Dialog and to Global Messages (#425) Add Server Information to About Dialog and to Global Messages --- src/i18n/globalMessages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i18n/globalMessages.ts') 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'; export default defineMessages({ APIUnhealthy: { id: 'global.api.unhealthy', - defaultMessage: "Can't connect to Ferdium online services", + defaultMessage: "Can't connect to {serverNameParse} online services", }, notConnectedToTheInternet: { id: 'global.notConnectedToTheInternet', -- cgit v1.2.3-70-g09d2