Skip to content

Commit 6d8ef88

Browse files
KlhmtAFCMS
authored andcommitted
fix Lingui macro use in JSX
1 parent 1cce386 commit 6d8ef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VideoPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export default function VideoPlayerApp() {
374374
<div className="flex justify-center">
375375
<HiFilm className="h-12 w-12" />
376376
</div>
377-
<p>t`Drop video file here`</p>
377+
<p>{t`Drop video file here`}</p>
378378
</div>
379379
</div>
380380
</div>

0 commit comments

Comments
 (0)