Skip to content

Commit 0f3e37e

Browse files
committed
fix #79
1 parent 6be75ef commit 0f3e37e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ui/dialogs/about.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ function About() {
238238
></img>
239239
</Center>
240240
<Center>
241-
<h1 style={{ fontSize: '3em' }}>{tl('animatedJava')}</h1>
241+
<h1 style={{ fontSize: '3em' }}>
242+
{tl('animatedJava.plugin.title')}
243+
</h1>
242244
</Center>
243245
<Center>
244246
<p style={{ marginTop: '0.1em' }}>

0 commit comments

Comments
 (0)