mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
feat(i18n): translate template switch off button
This commit is contained in:
@@ -18,7 +18,7 @@ export default class TemplateSwitchWidget extends SwitchWidget {
|
|||||||
this.$switchOnName.text(t("template_switch.template"));
|
this.$switchOnName.text(t("template_switch.template"));
|
||||||
this.$switchOnButton.attr("title", t("template_switch.toggle-on-hint"));
|
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.$switchOffButton.attr("title", t("template_switch.toggle-off-hint"));
|
||||||
|
|
||||||
this.$helpButton.attr("data-help-page", "template.html").show();
|
this.$helpButton.attr("data-help-page", "template.html").show();
|
||||||
|
|||||||
Reference in New Issue
Block a user