diff --git a/langs/english.json b/langs/english.json index 48bc824d..3194a611 100644 --- a/langs/english.json +++ b/langs/english.json @@ -537,9 +537,11 @@ "account_logins_failure":"Failed Login", "convos_head":"Conversations", + "convos_create":"Create Convo", "convo_head":"Conversation", "convo_users":"Participants", "create_convo_head":"Create Conversation", + "create_convo_recp":"Recipient/s", "create_convo_button":"Create Convo", "areyousure_head":"Are you sure?", diff --git a/templates/convos.html b/templates/convos.html index 072abdda..932e6f5b 100644 --- a/templates/convos.html +++ b/templates/convos.html @@ -1,14 +1,14 @@

{{lang "convos_head"}}

- {{if not .CurrentUser.IsBanned}}

Create Convo

{{end}} + {{if not .CurrentUser.IsBanned}}

{{lang "convos_create"}}

{{end}}
{{if not .CurrentUser.IsBanned}}
@@ -16,14 +16,14 @@
- +
{{end}} -
+
{{range .Convos}}
diff --git a/templates/create_convo.html b/templates/create_convo.html index e9f37b72..4dceba3d 100644 --- a/templates/create_convo.html +++ b/templates/create_convo.html @@ -6,7 +6,7 @@