We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c60f18 commit ef5f5b3Copy full SHA for ef5f5b3
src/public/app/widgets/template_switch.ts
@@ -18,7 +18,7 @@ export default class TemplateSwitchWidget extends SwitchWidget {
18
this.$switchOnName.text(t("template_switch.template"));
19
this.$switchOnButton.attr("title", t("template_switch.toggle-on-hint"));
20
21
- this.$switchOffName.text("Template");
+ this.$switchOffName.text(t("template_switch.template"));
22
this.$switchOffButton.attr("title", t("template_switch.toggle-off-hint"));
23
24
this.$helpButton.attr("data-help-page", "template.html").show();
0 commit comments