setup: add user page

also sprinkled mentions of it throughout other relevant pages.
This commit is contained in:
Harvey Tindall
2023-06-26 21:29:49 +01:00
parent 65f402fd35
commit 3fa4b01115
5 changed files with 34 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ type setupLang struct {
Email langSection `json:"email"`
Messages langSection `json:"messages"`
Notifications langSection `json:"notifications"`
UserPage langSection `json:"userPage"`
WelcomeEmails langSection `json:"welcomeEmails"`
PasswordResets langSection `json:"passwordResets"`
InviteEmails langSection `json:"inviteEmails"`