summaryrefslogtreecommitdiff
path: root/public/views/index
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-09-26 16:20:31 +0200
committerGitHub2018-09-26 16:20:31 +0200
commiteb885af995d9756d2d24021ddaef5e748568b501 (patch)
treec26b83cf48c33e1a4d610ff396e596eb5d05fd89 /public/views/index
parentbdf897d31c7eb5f819807c6910ce1aea84cbf7ee (diff)
parent2c32cf0abfc9e6437c2e8000c081a912dede9e34 (diff)
Merge pull request #967 from SISheogorath/fix/follow
Add POEditor to 'follow us' statement
Diffstat (limited to '')
-rw-r--r--public/views/index/body.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index 5b5f7ed3..cdc0ee2d 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -153,7 +153,7 @@
&copy; 2018 <a href="https://hackmd.io">CodiMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a><% if(privacyStatement) { %> | <a href="<%- url %>/s/privacy" target="_blank"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- url %>/s/terms-of-use" target="_blank"><%= __('Terms of Use') %></a><% } %>
</p>
<h6 class="social-foot">
- <%- __('Follow us on %s and %s.', '<a href="https://github.com/hackmdio/CodiMD" target="_blank"><i class="fa fa-github"></i> GitHub</a>, <a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank"><i class="fa fa-comments"></i> Riot</a>') %>
+ <%- __('Follow us on %s and %s.', '<a href="https://github.com/hackmdio/CodiMD" target="_blank"><i class="fa fa-github"></i> GitHub</a>, <a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank"><i class="fa fa-comments"></i> Riot</a>', '<a href="https://translate.codimd.org" target="_blank"><i class="fa fa-globe"></i> POEditor</a>') %>
</h6>
</div>
</div>