mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
feat(i18n): translate template switch off button
This commit is contained in:
parent
3c60f181ff
commit
ef5f5b35db
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user