diff --git a/app/components-react/pages/RecordingHistory.tsx b/app/components-react/pages/RecordingHistory.tsx index 2549b0902dcf..ebcde3deb4a8 100644 --- a/app/components-react/pages/RecordingHistory.tsx +++ b/app/components-react/pages/RecordingHistory.tsx @@ -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', }, diff --git a/app/i18n/en-US/highlighter.json b/app/i18n/en-US/highlighter.json index a4e38ba1826d..87ff899eb2d6 100644 --- a/app/i18n/en-US/highlighter.json +++ b/app/i18n/en-US/highlighter.json @@ -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" } \ No newline at end of file