Skip to content

Commit 76d5195

Browse files
committed
i18n hue
1 parent 9b916d5 commit 76d5195

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

gui/public/i18n/en/translation.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ settings-interface-appearance-decorations = Use the system native decorations
704704
settings-interface-appearance-decorations-description = This will not render the top bar of the interface and will use the operating system's instead.
705705
settings-interface-appearance-decorations-label = Use native decorations
706706
707+
settings-interface-appearance-hue = Hue
708+
707709
## Notification settings
708710
settings-interface-notifications = Notifications
709711
settings-general-interface-serial_detection = Serial device detection

gui/src/components/settings/pages/InterfaceSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ export function InterfaceSettings() {
489489
</div>
490490

491491
<div className="pb-4">
492-
<Typography variant="section-title">{'Hue'}</Typography>
492+
<Typography variant="section-title">{l10n.getString('settings-interface-appearance-hue')}</Typography>
493493
</div>
494494
<div className="grid sm:grid-cols-2 pb-4">
495495
<Range

0 commit comments

Comments
 (0)