summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-24 12:12:25 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-24 12:12:25 -0700
commit291c3b8b3d8cd253df02099156a2505a420f940c (patch)
tree367bde29f7a2dd9ac60ab3b686e195584e674ac9 /web/templates
parent192e18cdd0f2f87c3d932de003ed59cc6ca372ba (diff)
downloadchat-291c3b8b3d8cd253df02099156a2505a420f940c.tar.gz
chat-291c3b8b3d8cd253df02099156a2505a420f940c.tar.bz2
chat-291c3b8b3d8cd253df02099156a2505a420f940c.zip
Fixes mm-1991 Allow ability to white label
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/signup_team.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index 313ed9d5f..b896dedf5 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -9,7 +9,7 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <h1>Mattermost</h1>
+ <h1>{{ .SiteName }}</h1>
<h4 class="color--light">All team communication in one place, searchable and accessible anywhere</h4>
<div id="signup-team"></div>
</div>