From acb8f5fe5d55cf728e6d38ae671a9f54b7e6b8f6 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 7 Dec 2019 09:06:31 -0500 Subject: [PATCH 1/6] Fix broken password-collection template Fixed "user-supsended" to "user-suspended" --- templates/password-collection.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/password-collection.tmpl b/templates/password-collection.tmpl index 73c4465..66a3bef 100644 --- a/templates/password-collection.tmpl +++ b/templates/password-collection.tmpl @@ -26,7 +26,7 @@ {{if .Suspended}} - {{template "user-supsended"}} + {{template "user-suspended"}} {{end}}

{{.DisplayTitle}}

From 0b701c5f7f36736127c809d71a1bb2b7d9ae495c Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 7 Dec 2019 09:08:37 -0500 Subject: [PATCH 2/6] Update "account silenced" alert on edit-meta Use "silenced" phrasing instead of "suspended" --- templates/edit-meta.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/edit-meta.tmpl b/templates/edit-meta.tmpl index 6707e68..49c7781 100644 --- a/templates/edit-meta.tmpl +++ b/templates/edit-meta.tmpl @@ -270,7 +270,7 @@