diff --git a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js index b14b6dd5..ee045b2a 100644 --- a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js +++ b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js @@ -160,7 +160,7 @@ return view.extend({ 'href': 'mailto:contact@cybermind.fr?subject=SecuBox%20Feedback' }, [ E('span', { 'class': 'sb-help-icon' }, '✉️'), - E('span', { 'class': 'sb-help-label' }, _('Écrire à l'équipe')) + E('span', { 'class': 'sb-help-label' }, _('Écrire à l\'équipe')) ]) ]) ]);