summaryrefslogtreecommitdiffstats
path: root/api/team.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-03 12:11:02 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-03 12:11:02 -0800
commitd3a965a362037b4872dd9a8471e60f853bfc304e (patch)
tree8c767a534b600e426418f5a0cbae02820d7bfe5e /api/team.go
parentbdfa4715d65ed4b4e903a1eb4c83eba6c95455d1 (diff)
parent2b4af8d8c73ba5b9b683b65b1df4d4e3f24edb81 (diff)
downloadchat-d3a965a362037b4872dd9a8471e60f853bfc304e.tar.gz
chat-d3a965a362037b4872dd9a8471e60f853bfc304e.tar.bz2
chat-d3a965a362037b4872dd9a8471e60f853bfc304e.zip
Merge branch 'master' into PLT-1429
Diffstat (limited to 'api/team.go')
-rw-r--r--api/team.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/team.go b/api/team.go
index 8b25e3316..6d59e94e9 100644
--- a/api/team.go
+++ b/api/team.go
@@ -66,7 +66,7 @@ func signupTeam(c *Context, w http.ResponseWriter, r *http.Request) {
bodyPage.Props["SiteURL"] = c.GetSiteURL()
bodyPage.Props["Title"] = c.T("api.templates.signup_team_body.title")
bodyPage.Props["Button"] = c.T("api.templates.signup_team_body.button")
- bodyPage.Html["Info"] = template.HTML(c.T("api.templates.signup_team_body.button",
+ bodyPage.Html["Info"] = template.HTML(c.T("api.templates.signup_team_body.info",
map[string]interface{}{"SiteName": utils.ClientCfg["SiteName"]}))
props := make(map[string]string)