From 382a0f4c3cdc8491806903228ec9e0985507dd0f Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 2 May 2021 15:16:28 +0100 Subject: [PATCH] add donate button to about --- html/admin.html | 13 +++++++++++++ lang/admin/en-us.json | 1 + 2 files changed, 14 insertions(+) diff --git a/html/admin.html b/html/admin.html index 0dac822..a1b7295 100644 --- a/html/admin.html +++ b/html/admin.html @@ -45,6 +45,19 @@

jfa-go

{{ .strings.version }} {{ .version }}

{{ .strings.commitNoun }} {{ .commit }}

+

Available under the MIT License.

{{ .license }}
diff --git a/lang/admin/en-us.json b/lang/admin/en-us.json index 0c3ff06..7856394 100644 --- a/lang/admin/en-us.json +++ b/lang/admin/en-us.json @@ -53,6 +53,7 @@ "preview": "Preview", "reset": "Reset", "edit": "Edit", + "donate": "Donate", "extendExpiry": "Extend expiry", "customizeEmails": "Customize Emails", "customizeEmailsDescription": "If you don't want to use jfa-go's email templates, you can create your own using Markdown.",