Browse Source

Updated Discord to Slack for Admins

Yoginth 7 years ago
parent
commit
4ac889b57f
3 changed files with 6 additions and 6 deletions
  1. 1 1
      conf/locale/locale_en-GB.ini
  2. 3 3
      pkg/bindata/bindata.go
  3. 2 2
      templates/base/head.tmpl

+ 1 - 1
conf/locale/locale_en-GB.ini

@@ -46,7 +46,7 @@ cancel = Cancel
 contribute = Contribute
 sourcecode = Source Code
 styleguide = Style Guide
-discord = Discord
+slack = Slack
 beta = Beta
 reportbug = Report Bug
 featurerequest = Feature Request

File diff suppressed because it is too large
+ 3 - 3
pkg/bindata/bindata.go


+ 2 - 2
templates/base/head.tmpl

@@ -276,8 +276,8 @@
 													<a class="item" href="/styleguide">
 														<i class="menu-icon octicon">💅</i>{{.i18n.Tr "styleguide"}}
 													</a>
-													<a target="_blank" class="item" href="https://discordapp.com/channels/489070043297218601/495605835192598528">
-														<i class="menu-icon octicon">💬</i>{{.i18n.Tr "discord"}}
+													<a target="_blank" class="item" href="https://gitote.slack.com">
+														<i class="menu-icon octicon">💬</i>{{.i18n.Tr "slack"}}
 													</a>
 												{{end}}
 												{{if or .IsBeta .IsAdmin .IsStaff}}