diff --git a/src/public/app/widgets/template_switch.ts b/src/public/app/widgets/template_switch.ts index cdf1ba8fe..50497941e 100644 --- a/src/public/app/widgets/template_switch.ts +++ b/src/public/app/widgets/template_switch.ts @@ -18,7 +18,7 @@ export default class TemplateSwitchWidget extends SwitchWidget { this.$switchOnName.text(t("template_switch.template")); this.$switchOnButton.attr("title", t("template_switch.toggle-on-hint")); - this.$switchOffName.text("Template"); + this.$switchOffName.text(t("template_switch.template")); this.$switchOffButton.attr("title", t("template_switch.toggle-off-hint")); this.$helpButton.attr("data-help-page", "template.html").show();