Skip to content

Commit c6f64b7

Browse files
committed
fixed missing tl
1 parent 8d15bda commit c6f64b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lang/en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ animatedJava:
2929
text: Rendering Animations... %currents/%totals
3030

3131
settings:
32+
header: Animated Java Settings
3233
isGlobal: '(Global)'
3334
isOptional: '(Optional)'
3435

src/ui/dialogs/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ const Settings = () => {
427427
className="tl i_b"
428428
style={{ marginLeft: '1em' }}
429429
>
430-
Animated Java Settings
430+
{tl('animatedJava.settings.header')}
431431
</h2>
432432
<ul style={{ marginLeft: '2em' }}>
433433
{Object.keys(DefaultSettings.animatedJava).map(

0 commit comments

Comments
 (0)