File tree Expand file tree Collapse file tree
src/components/settings/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -704,6 +704,8 @@ settings-interface-appearance-decorations = Use the system native decorations
704704settings-interface-appearance-decorations-description = This will not render the top bar of the interface and will use the operating system's instead.
705705settings-interface-appearance-decorations-label = Use native decorations
706706
707+ settings-interface-appearance-hue = Hue
708+
707709## Notification settings
708710settings-interface-notifications = Notifications
709711settings-general-interface-serial_detection = Serial device detection
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments