Skip to content

Commit

Permalink
Fix missing translation key on tracker settings for Tracker name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Oct 30, 2024
1 parent 45c49e6 commit 6b6e0c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gui/public/i18n/en/translation.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ tracker-settings-use_mag-label = Allow magnetometer
tracker-settings-name_section = Tracker name
tracker-settings-name_section-description = Give it a cute nickname :)
tracker-settings-name_section-placeholder = NightyBeast's left leg
tracker-settings-name_section-label = Tracker name
tracker-settings-forget = Forget tracker
tracker-settings-forget-description = Removes the tracker from the SlimeVR Server and prevent it from connecting to it until the server is restarted. The configuration of the tracker won't be lost.
tracker-settings-forget-label = Forget tracker
Expand Down
2 changes: 1 addition & 1 deletion gui/src/components/settings/pages/InterfaceSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export function InterfaceSettings() {
'settings-interface-appearance-font-slime_font'
),
value: 'poppins',
fontName: 'poppins',
fontName: 'poppins, Noto Sans CJK',
},
{
label: 'OpenDyslexic',
Expand Down
2 changes: 1 addition & 1 deletion gui/src/components/tracker/TrackerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export function TrackerSettingsPage() {
control={control}
autocomplete="off"
rules={undefined}
label="Tracker name"
label="tracker-settings-name_section-label"
></Input>
</div>
{macAddress && (
Expand Down

0 comments on commit 6b6e0c6

Please sign in to comment.