From 057d19ab576f623e3de70c07815cbb81464e012e Mon Sep 17 00:00:00 2001 From: MMP0 Date: Tue, 6 Jun 2017 07:07:30 +0900 Subject: [PATCH] Add Markdown editor options + Small changes (#931) * Add Markdown editor options * Update upload.html * Update public_settings.html --- templates/public_settings.html | 2 +- templates/upload.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/public_settings.html b/templates/public_settings.html index 3a5b08c8..f18b7aac 100644 --- a/templates/public_settings.html +++ b/templates/public_settings.html @@ -1,4 +1,4 @@ -{{define "title"}}{{call $.T "change_language"}}{{end}} +{{define "title"}}{{call $.T "change_settings"}}{{end}} {{define "content"}}
diff --git a/templates/upload.html b/templates/upload.html index 65e554ac..dd37182d 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -1,4 +1,4 @@ -{{define "title"}}Upload magnet{{end}} +{{define "title"}}{{call $.T "upload"}}{{end}} {{define "content"}} {{with .Form}}
@@ -52,5 +52,5 @@ {{end}} {{ define "footer_js"}} - + {{end}}