Skip to content

Commit

Permalink
translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinoffers committed Dec 18, 2024
1 parent 70f2fbd commit 9a467a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components-react/highlighter/PreviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function PreviewModal({
return (
<div>
<h2>{$t('Preview')}</h2>
<p>Select at least one clip to preview your video</p>
<p>{$t('Select at least one clip to preview your video')}</p>
</div>
);
}
Expand Down
5 changes: 4 additions & 1 deletion app/i18n/en-US/highlighter.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Export Horizontal": "Export Horizontal",
"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"
"You cannot use special characters in this field": "You cannot use special characters in this field",
"Share feedback": "Share feedback",
"Select at least one clip to preview your video": "Select at least one clip to preview your video",
"Select at least one clip to export your video": "Select at least one clip to export your video"
}

0 comments on commit 9a467a0

Please sign in to comment.