1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

add strftime notice on setup

string was already in translations, just forgot to include it.
This commit is contained in:
Harvey Tindall 2021-01-29 01:29:54 +00:00
parent 482c9d5719
commit c0a05be44e
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 2 additions and 0 deletions

View File

@ -257,6 +257,7 @@
<label class="row switch pb-1">
<input type="radio" name="email-24h" value="false"><span>{{ .lang.Email.time12h }}</span>
</label>
<span class="support mb-1" id="dateformat-description"></span>
</div>
</div>
<div class="col">

View File

@ -201,6 +201,7 @@ class LangSelect extends Select {
window.lang = new lang(window.langFile as LangFile);
html("language-description", window.lang.var("language", "description", `<a href="https://weblate.hrfee.pw">Weblate</a>`));
html("email-description", window.lang.var("email", "description", `<a href="https://mailgun.com">Mailgun</a>`));
html("dateformat-description", window.lang.var("email", "dateFormatNotice", `<a href="https://strftime.ninja/">strftime.ninja</a>`));
const settings = {
"jellyfin": {