diff --git a/invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html b/invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html
index 3d2e4dd68..20bd01bdf 100644
--- a/invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html
+++ b/invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html
@@ -12,28 +12,31 @@
{%- block footer_bottom_left %}
- {% trans cern_data_center="http://information-technology.web.cern.ch/about/computer-centre" %}Powered by
-
CERN Data Centre{% endtrans %}
+ {% trans invenio_rdm="http://inveniosoftware.org/products/rdm" %}Powered by
+
InvenioRDM
+ {% endtrans %}
{%- endblock footer_bottom_left %}
-
- Verified community
+ {% trans %}
+
+ Verified community
+ {% endtrans %}
{%- block footer_bottom_right %}
-
Status
-
Privacy policy
-
Terms of use
-
Support
+
{{ _('Status') }}
+
{{ _('Privacy policy') }}
+
{{ _('Terms of use') }}
+
{{ _('Support') }}
{%- if config.I18N_LANGUAGES %} {% from
"invenio_i18n/macros/language_selector.html" import language_selector_dropdown %}