feat(i18n): translate template switch off button

This commit is contained in:
Elian Doran 2025-01-29 18:40:56 +02:00
parent 3c60f181ff
commit ef5f5b35db
No known key found for this signature in database

View File

@ -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();