Skip to content

Commit 0fc0356

Browse files
committed
athos. templates: move from Blog to Community
1 parent 3313116 commit 0fc0356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

athos/notifications/mail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func expireTextBody(system models.System, period string) string {
160160
text += "\n" + message
161161
text += fmt.Sprintf("\n%s\n", fmt.Sprintf(fmt.Sprintf("%s/servers/%d", configuration.Config.Notifications.PortalUrl, system.ID)))
162162

163-
text += fmt.Sprintf("\n%s: %s\n", "Blog", configuration.Config.Notifications.CommunityUrl)
163+
text += fmt.Sprintf("\n%s: %s\n", "Community", configuration.Config.Notifications.CommunityUrl)
164164
text += fmt.Sprintf("%s: %s\n", "Support", strings.Split(configuration.Config.Notifications.HelpUrl, ":")[1])
165165
text += fmt.Sprintf("%s: %s\n", "Docs", configuration.Config.Notifications.DocsUrl)
166166
return text

athos/templates/expiration-template-others.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
align="center">
303303
<a href="{{urlComm}}" target="_blank"
304304
alias=""
305-
style="font-size:13px; line-height:20px; color:#6d7176; text-decoration:none;">Blog</a>
305+
style="font-size:13px; line-height:20px; color:#6d7176; text-decoration:none;">Community</a>
306306
· <a href="{{urlHelp}}" target="_blank" alias=""
307307
style="font-size:13px; line-height:20px; color:#6d7176; text-decoration:none;">Support</a>
308308
· <a href="{{urlDocs}}" target="_blank" alias=""

athos/templates/expiration-template-trial.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
align="center">
303303
<a href="{{urlComm}}" target="_blank"
304304
alias=""
305-
style="font-size:13px; line-height:20px; color:#6d7176; text-decoration:none;">Blog</a>
305+
style="font-size:13px; line-height:20px; color:#6d7176; text-decoration:none;">Community</a>
306306
· <a href="{{urlHelp}}" target="_blank" alias=""
307307
style="font-size:13px; line-height:20px; color:#6d7176; text-decoration:none;">Support</a>
308308
· <a href="{{urlDocs}}" target="_blank" alias=""

0 commit comments

Comments
 (0)