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

Commit

Permalink
fix: Use i18n labels for section header
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 17, 2021
1 parent b918a39 commit 9d2e6b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/userscript/source/ui/ReligionSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class ReligionSettingsUi extends SettingsSectionUi<ReligionSettings> {
);
});
this._optionButtons = [
this.getHeader("Ziggurats"),
this.getHeader("$religion.panel.ziggurat.label"),
this.getOption(
"unicornPasture",
this._options.items.unicornPasture,
Expand Down Expand Up @@ -174,7 +174,7 @@ export class ReligionSettingsUi extends SettingsSectionUi<ReligionSettings> {
true
),

this.getHeader("Order of the Sun"),
this.getHeader("$religion.panel.orderOfTheSun.label"),
this.getOption(
"solarchant",
this._options.items.solarchant,
Expand Down Expand Up @@ -227,7 +227,7 @@ export class ReligionSettingsUi extends SettingsSectionUi<ReligionSettings> {
true
),

this.getHeader("Cryptotheology"),
this.getHeader("$religion.panel.cryptotheology.label"),
this.getOption(
"blackObelisk",
this._options.items.blackObelisk,
Expand Down

0 comments on commit 9d2e6b9

Please sign in to comment.