diff --git a/README.rst b/README.rst
index ab86ca9..6f73efb 100644
--- a/README.rst
+++ b/README.rst
@@ -15,9 +15,13 @@
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-app-rdm.svg
:target: https://github.com/mb-wali/invenio-theme-tugraz/blob/master/LICENSE
-invenio module for TUGRAZ theme.
-TODO: Please provide feature overview of module
+TU Graz standard theme.
+
+Features:
+
+* TU Graz header templates.
+* TU Graz overriden theme.
Further documentation is available on
https://invenio-theme-tugraz.readthedocs.io/
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 @@