diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index 812a7b2..f8664eb 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -37,7 +37,7 @@ THEME_FOOTER_TEMPLATE = 'invenio_theme_tugraz/footer.html' INVENIO_THEME_TUGRAZ_ICON = 'images/icon_use.png' """icon used in login page""" -THEME_FRONTPAGE_TITLE = "RDM for TUGRAZ" +THEME_FRONTPAGE_TITLE = _('Frontpage Title') """Frontpage title.""" THEME_SITENAME = _('Application Name') diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index c12b7fd..c11fe20 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -116,7 +116,7 @@ - Main Menu + {{_ ("Main Menu")}} @@ -129,7 +129,7 @@
TU Graz -
Research Data Management +
{{_ ("Research Data Management")}}
@@ -138,9 +138,9 @@