Skip to content

Commit

Permalink
TYPOFIX: Syn -> Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
depili committed Dec 2, 2023
1 parent a690145 commit cb907c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export function getPresets(config: ClockConfig): CompanionPresetDefinitions {
// End of V3 presets

// Common presets
presets['sync'] = presetButton('Syn', 'Sync time', `Sync clock`, white, combineRgb(88, 23, 88), {
presets['sync'] = presetButton('Sync', 'Sync time', `Sync clock`, white, combineRgb(88, 23, 88), {
actionId: 'sync_time',
options: {},
})
Expand Down

0 comments on commit cb907c9

Please sign in to comment.