diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts
index 267ed9375..64b9de8c3 100644
--- a/interface/src/i18n/de/index.ts
+++ b/interface/src/i18n/de/index.ts
@@ -147,10 +147,12 @@ const de: Translation = {
CLICK_HERE: 'Klick hier',
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: 'Submit a support issue on Github for requesting a new feature or reporting a bug',
- HELP_INFORMATION_4: 'remember to download and attach your system details for a faster response',
+ HELP_INFORMATION_3: '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_5:
- "EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!",
+ 'EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!',
+ SUPPORT_INFO: 'Support Info',
UPLOAD: 'Hochladen',
DOWNLOAD: 'Herunterladen',
ABORTED: 'abgebrochen',
diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts
index f6ac2e223..ca9cd08ef 100644
--- a/interface/src/i18n/en/index.ts
+++ b/interface/src/i18n/en/index.ts
@@ -147,10 +147,11 @@ const en: BaseTranslation = {
CLICK_HERE: 'Click Here',
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: 'Submit a support issue on Github for requesting a new feature or reporting a bug',
- HELP_INFORMATION_4: 'remember to download and attach your system details for a faster response',
+ HELP_INFORMATION_3: '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_5:
- "EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!",
+ "EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!",
+ SUPPORT_INFO: 'Support Info',
UPLOAD: 'Upload',
DOWNLOAD: 'Download',
ABORTED: 'aborted',
diff --git a/interface/src/i18n/i18n-types.ts b/interface/src/i18n/i18n-types.ts
index 6dfdd4c73..5d58536a7 100644
--- a/interface/src/i18n/i18n-types.ts
+++ b/interface/src/i18n/i18n-types.ts
@@ -593,17 +593,21 @@ type RootTranslation = {
*/
HELP_INFORMATION_2: string
/**
- * Submit a support issue on Github for requesting a new feature or reporting a bug
+ * Request a feature or report a bug
*/
HELP_INFORMATION_3: string
/**
- * remember to download and attach your system details for a faster response
+ * remember to download and attach your system information for a faster response when reporting an issue
*/
HELP_INFORMATION_4: string
/**
- * EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!
+ * EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!
*/
HELP_INFORMATION_5: string
+ /**
+ * Support Info
+ */
+ SUPPORT_INFO: string
/**
* Upload
*/
@@ -1570,17 +1574,21 @@ export type TranslationFunctions = {
*/
HELP_INFORMATION_2: () => LocalizedString
/**
- * Submit a support issue on Github for requesting a new feature or reporting a bug
+ * Request a feature or report a bug
*/
HELP_INFORMATION_3: () => LocalizedString
/**
- * remember to download and attach your system details for a faster response
+ * remember to download and attach your system information for a faster response when reporting an issue
*/
HELP_INFORMATION_4: () => LocalizedString
/**
- * EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!
+ * EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!
*/
HELP_INFORMATION_5: () => LocalizedString
+ /**
+ * Support Info
+ */
+ SUPPORT_INFO: () => LocalizedString
/**
* Upload
*/
diff --git a/interface/src/i18n/nl/index.ts b/interface/src/i18n/nl/index.ts
index abe9c8c4c..6094591c6 100644
--- a/interface/src/i18n/nl/index.ts
+++ b/interface/src/i18n/nl/index.ts
@@ -146,10 +146,12 @@ const nl: BaseTranslation = {
CLICK_HERE: 'Klik Hier',
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: 'Submit a support issue on Github for requesting a new feature or reporting a bug',
- HELP_INFORMATION_4: 'remember to download and attach your system details for a faster response',
+ HELP_INFORMATION_3: '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_5:
- "EMS-ESP is a free and open-source project. Please support it's future development by giving it a star on Github!",
+ "EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!",
+ SUPPORT_INFO: 'Support Info',
UPLOAD: 'Upload',
DOWNLOAD: 'Download',
ABORTED: 'afgebroken',
diff --git a/interface/src/project/HelpInformation.tsx b/interface/src/project/HelpInformation.tsx
index f9cc37e47..53cb4cb60 100644
--- a/interface/src/project/HelpInformation.tsx
+++ b/interface/src/project/HelpInformation.tsx
@@ -68,7 +68,7 @@ const HelpInformation: FC = () => {
- {LL.CLICK_HERE()}
+ {LL.CLICK_HERE()}
@@ -80,8 +80,9 @@ const HelpInformation: FC = () => {
{LL.HELP_INFORMATION_2()}
+
- {LL.CLICK_HERE()}
+ {LL.CLICK_HERE()}
@@ -94,7 +95,7 @@ const HelpInformation: FC = () => {
{LL.HELP_INFORMATION_3()}
- {LL.CLICK_HERE()}
+ {LL.CLICK_HERE()}
({LL.HELP_INFORMATION_4()}
)
-
+
{LL.HELP_INFORMATION_5()}
-
+
- {'GitHub'}
+ {'Github'}
- @proddy @MichaelDvP
+ @proddy @MichaelDvP
);