Skip to content

Commit 893c892

Browse files
style(wizard-checkbox): highlight human readable information (openscd#581)
1 parent 9878259 commit 893c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wizard-checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class WizardCheckbox extends LitElement {
6969
disabled = false;
7070
@state()
7171
get formfieldLabel(): string {
72-
return this.helper ? `${this.label} (${this.helper})` : this.label;
72+
return this.helper ? `${this.helper} (${this.label})` : this.label;
7373
}
7474

7575
@query('mwc-switch') nullSwitch?: Switch;

0 commit comments

Comments
 (0)