Skip to content

Commit e6f305b

Browse files
committed
Update translation name
1 parent fd6e5ba commit e6f305b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/toggle/toggle.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ export class Toggle extends Checkbox {
118118
* @type {(string)}
119119
* @memberof Toggle
120120
*/
121-
@Input() leftText = this.i18n.get().TOGGLE.LEFTTEXT;
121+
@Input() leftText = this.i18n.get().TOGGLE.OFF;
122122
/**
123123
* Text that is set on the right side of the toggle.
124124
* @type {(string)}
125125
* @memberof Toggle
126126
*/
127-
@Input() rightText = this.i18n.get().TOGGLE.RIGHTTEXT;
127+
@Input() rightText = this.i18n.get().TOGGLE.ON;
128128
/**
129129
* Size of the toggle component.
130130
* @type {("sm" | "md" | "default")}

0 commit comments

Comments
 (0)