Skip to content

Commit

Permalink
fix(lang): change 'Extra Data' string to 'Additional Data' (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Mar 19, 2021
1 parent 2d737f2 commit 665e164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings/SettingsLogs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
});

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 665e164

Please sign in to comment.