From 213154a7426284c13058b8c069d7a2bc03c12686 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Tue, 8 Sep 2020 10:06:30 +0200 Subject: Update matrix chat link from riot.im to app.element.io and change room alias Signed-off-by: Erik Michelson --- public/views/index/body.ejs | 2 +- public/views/shared/help-modal.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 6506ae7d..2464cac4 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -158,7 +158,7 @@ <%- __('Powered by %s', 'CodiMD') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(imprint) { %> | <%= __('Imprint') %><% } %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

- <%- __('Follow us on %s and %s.', ' GitHub, Discourse, Riot, Mastodon', ' POEditor') %> + <%- __('Follow us on %s and %s.', ' GitHub, Discourse, Riot, Mastodon', ' POEditor') %>
diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs index eb5566a8..a85389df 100644 --- a/public/views/shared/help-modal.ejs +++ b/public/views/shared/help-modal.ejs @@ -17,7 +17,7 @@
<%= __('Join the community') %>
- <%= __('Meet us on %s', 'Matrix') %> + <%= __('Meet us on %s', 'Matrix') %>
<%= __('Report an issue') %>
-- cgit v1.2.3 From fcacbb21757badd865657adfb7ebc9586868360a Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Mon, 28 Sep 2020 13:05:22 +0200 Subject: Change all element.io links to matrix.to links Signed-off-by: Erik Michelson --- public/views/index/body.ejs | 2 +- public/views/shared/help-modal.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views') diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 2464cac4..1f941f14 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -158,7 +158,7 @@ <%- __('Powered by %s', 'CodiMD') %> | <%= __('Releases') %> | <%= __('Source Code') %><% if(imprint) { %> | <%= __('Imprint') %><% } %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs index a85389df..d1fe50bb 100644 --- a/public/views/shared/help-modal.ejs +++ b/public/views/shared/help-modal.ejs @@ -17,7 +17,7 @@
<%= __('Join the community') %>
- <%= __('Meet us on %s', 'Matrix') %> + <%= __('Meet us on %s', 'Matrix') %>
<%= __('Report an issue') %>
-- cgit v1.2.3