diff options
author | Christoph (Sheogorath) Kern | 2018-10-17 16:03:27 +0200 |
---|---|---|
committer | GitHub | 2018-10-17 16:03:27 +0200 |
commit | c97027b897378d79be8d937f7a0c2605b7cdb017 (patch) | |
tree | 5373cde62eea0cdd62f7bdc9678e513d608e7ba8 /public/views | |
parent | dba56b6f334bff259f5a6fc0dab2e5f2e8b13673 (diff) | |
parent | 7d5abadcf7855c90b2f18b5d35b259e432e5fccd (diff) |
Merge pull request #1018 from SISheogorath/remove/gitter
Remove Gitter from codebase
Diffstat (limited to '')
-rw-r--r-- | public/views/shared/help-modal.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs index 7d6576df..ec35b0e9 100644 --- a/public/views/shared/help-modal.ejs +++ b/public/views/shared/help-modal.ejs @@ -19,7 +19,7 @@ <br> <a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a> <br> - <a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on %s', 'Gitter') %></a> + <a href="https://translate.codimd.org" target="_blank"><i class="fa fa-language fa-fw"></i> <%= __('Help us translating on %s', 'POEditor') %></a> </div> </div> <div class="panel panel-default"> |