From 665e16475f3fa2ea6118340d9ea2d30b98abb238 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:37:22 -0400 Subject: [PATCH] fix(lang): change 'Extra Data' string to 'Additional Data' (#1226) --- src/components/Settings/SettingsLogs/index.tsx | 2 +- src/i18n/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Settings/SettingsLogs/index.tsx b/src/components/Settings/SettingsLogs/index.tsx index b3b05d99..9ca0d0ff 100644 --- a/src/components/Settings/SettingsLogs/index.tsx +++ b/src/components/Settings/SettingsLogs/index.tsx @@ -42,7 +42,7 @@ const messages = defineMessages({ viewDetails: 'View Details', copyToClipboard: 'Copy to Clipboard', logDetails: 'Log Details', - extraData: 'Extra Data', + extraData: 'Additional Data', copiedLogMessage: 'Copied log message to clipboard.', }); diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 8ff6b390..1b481f57 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -453,7 +453,7 @@ "components.Settings.SettingsJobsCache.unknownJob": "Unknown Job", "components.Settings.SettingsLogs.copiedLogMessage": "Copied log message to clipboard.", "components.Settings.SettingsLogs.copyToClipboard": "Copy to Clipboard", - "components.Settings.SettingsLogs.extraData": "Extra Data", + "components.Settings.SettingsLogs.extraData": "Additional Data", "components.Settings.SettingsLogs.filterDebug": "Debug", "components.Settings.SettingsLogs.filterError": "Error", "components.Settings.SettingsLogs.filterInfo": "Info",