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()}
)