Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix(ui): Wrong label on Tempus Fugit option
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 19, 2022
1 parent e9f2f48 commit 36566ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/userscript/source/ui/TimeControlSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class TimeControlSettingsUi extends SettingsSectionUi<TimeControlSettings

this._accelerateTime = new SettingTriggerListItem(
this._host,
label,
this._host.engine.i18n("option.accelerate"),
this.setting.accelerateTime,
{
onCheck: () => this._host.engine.imessage("status.auto.enable", [label]),
Expand Down

0 comments on commit 36566ad

Please sign in to comment.