Skip to content

Commit ef5f5b3

Browse files
committed
feat(i18n): translate template switch off button
1 parent 3c60f18 commit ef5f5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/widgets/template_switch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class TemplateSwitchWidget extends SwitchWidget {
1818
this.$switchOnName.text(t("template_switch.template"));
1919
this.$switchOnButton.attr("title", t("template_switch.toggle-on-hint"));
2020

21-
this.$switchOffName.text("Template");
21+
this.$switchOffName.text(t("template_switch.template"));
2222
this.$switchOffButton.attr("title", t("template_switch.toggle-off-hint"));
2323

2424
this.$helpButton.attr("data-help-page", "template.html").show();

0 commit comments

Comments
 (0)