diff --git a/services/web/app/views/layout/footer.pug b/services/web/app/views/layout/footer.pug index a7e7a56b81..518e3e1caf 100644 --- a/services/web/app/views/layout/footer.pug +++ b/services/web/app/views/layout/footer.pug @@ -32,7 +32,7 @@ footer.site-footer if item.url a(href=item.url, class=item.class) !{translate(item.text)} else - | !{translate(item.text)} + | !{item.text} ul.col-md-3.text-right