From 74da2656ee5d97b7ead0babc5e1884f7afe702fc Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 4 Nov 2018 11:57:48 +0100 Subject: [PATCH] fixed sources url in footer --- assets/modules/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/modules/footer.js b/assets/modules/footer.js index 49e294e..2567581 100644 --- a/assets/modules/footer.js +++ b/assets/modules/footer.js @@ -12,7 +12,7 @@ module.exports = { view(vn){ return m('footer', [ m('p', m.trust(''+_i18n.t('Ethica, work without obstacle')+'')), - m('p', m.trust('Ethica is under GNU/GPL V.2 licence. Get the sources.')), + m('p', m.trust('Ethica is under GNU/GPL V.2 licence. Get the sources.')), m('p', m.trust('contact')) ]); }