diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts index 7f1e5569c..3d9400fac 100644 --- a/interface/src/i18n/de/index.ts +++ b/interface/src/i18n/de/index.ts @@ -327,7 +327,7 @@ const de: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index d7763d269..8d75dc146 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -327,7 +327,7 @@ const en: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', MODULES: 'Modules', MODULES_UPDATED: 'Modules updated', - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', MODULES_NONE: 'No external modules detected' }; diff --git a/interface/src/i18n/fr/index.ts b/interface/src/i18n/fr/index.ts index 78eed56de..0d46fcbe9 100644 --- a/interface/src/i18n/fr/index.ts +++ b/interface/src/i18n/fr/index.ts @@ -327,7 +327,7 @@ const fr: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/it/index.ts b/interface/src/i18n/it/index.ts index 81b005740..280ec5f91 100644 --- a/interface/src/i18n/it/index.ts +++ b/interface/src/i18n/it/index.ts @@ -327,7 +327,7 @@ const it: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index 77178012d..33d548bce 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -327,7 +327,7 @@ const no: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts index 879abace2..e31b8ff60 100644 --- a/interface/src/i18n/pl/index.ts +++ b/interface/src/i18n/pl/index.ts @@ -327,7 +327,7 @@ const pl: BaseTranslation = { UPLOAD_DOWNLOAD_1: 'Wysyłanie/pobieranie ustawień i firmware', MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/sk/index.ts b/interface/src/i18n/sk/index.ts index 346396c33..c4c65ce65 100644 --- a/interface/src/i18n/sk/index.ts +++ b/interface/src/i18n/sk/index.ts @@ -327,7 +327,7 @@ const sk: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/sv/index.ts b/interface/src/i18n/sv/index.ts index 533076383..5f06f30c8 100644 --- a/interface/src/i18n/sv/index.ts +++ b/interface/src/i18n/sv/index.ts @@ -327,7 +327,7 @@ const sv: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate }; diff --git a/interface/src/i18n/tr/index.ts b/interface/src/i18n/tr/index.ts index b0a85d26e..15c2b1e33 100644 --- a/interface/src/i18n/tr/index.ts +++ b/interface/src/i18n/tr/index.ts @@ -327,7 +327,7 @@ const tr: Translation = { UPLOAD_DOWNLOAD_1: 'Upload/Download Settings and Firmware', // TODO translate MODULES: 'Module', // TODO translate MODULES_UPDATED: 'Modules updated', // TODO translate - MODULES_DESCRIPTION: 'Click on the Module to Activate or de-activate EMS-ESP library modules', // TODO translate + MODULES_DESCRIPTION: 'Click on the Module to activate or de-activate EMS-ESP library modules', // TODO translate MODULES_NONE: 'No external modules detected' // TODO translate };