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

Commit

Permalink
fix(ui): Invalid label
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 10, 2022
1 parent d57d824 commit bd5bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/userscript/source/ui/UpgradeSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class UpgradeSettingsUi extends SettingsPanel {
private readonly _settings: UpgradeSettings;

constructor(host: UserScript, settings: UpgradeSettings) {
super(host, host.engine.i18n("ui.craft"), settings);
super(host, host.engine.i18n("ui.upgrade.upgrades"), settings);

this._settings = settings;

Expand Down

0 comments on commit bd5bc26

Please sign in to comment.