From 80f4e63850d8504aa19a9aac82f862e89294803f Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 2 Dec 2023 12:26:11 +0100 Subject: [PATCH] adjust help text --- interface/src/i18n/en/index.ts | 2 +- interface/src/project/Help.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index 76b2db4dc..bb39d5469 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -169,7 +169,7 @@ const en: Translation = { HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP', HELP_INFORMATION_2: 'For live community chat join our Discord server', HELP_INFORMATION_3: 'To request a feature or report a bug', - HELP_INFORMATION_4: 'remember to download and attach your system information for a faster response when reporting an issue', + HELP_INFORMATION_4: 'remember to download and attach your support information for a faster response when reporting an issue', HELP_INFORMATION_5: 'EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!', UPLOAD: 'Upload', DOWNLOAD: '{{D|d|d}}ownload', diff --git a/interface/src/project/Help.tsx b/interface/src/project/Help.tsx index 49f6cc75a..555a44c63 100644 --- a/interface/src/project/Help.tsx +++ b/interface/src/project/Help.tsx @@ -56,8 +56,9 @@ const Help: FC = () => {
({LL.HELP_INFORMATION_4()}  + - {LL.UPLOAD()} + {LL.UPLOAD_DOWNLOAD()} )