Skip to content

Commit

Permalink
wording fix (#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinoffers authored Dec 13, 2024
1 parent 8b1dc1a commit 4f7a16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components-react/pages/RecordingHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class RecordingHistoryController {
get uploadOptions() {
const opts = [
{
label: `${$t('Get highlights (Fortnite only))')}`,
label: `${$t('Get highlights (Fortnite only)')}`,
value: 'highlighter',
icon: 'icon-highlighter',
},
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/en-US/highlighter.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"Stream Highlights": "Stream Highlights",
"Export Vertical": "Export Vertical",
"Export Horizontal": "Export Horizontal",
"Get highlights (Fortnite only))": "Get highlights (Fortnite only))",
"Get highlights (Fortnite only)": "Get highlights (Fortnite only)",
"My Stream Highlights": "My Stream Highlights",
"You cannot use special characters in this field": "You cannot use special characters in this field"
}

0 comments on commit 4f7a16d

Please sign in to comment.