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')) ]); }