diff --git a/biscuit/core/templates/core/index.html b/biscuit/core/templates/core/index.html
index fa1ec8ec64c9c22b9fcf328f516489f928077f4b..846002954ba7df9523a67547f9b69e9bce066c09 100644
--- a/biscuit/core/templates/core/index.html
+++ b/biscuit/core/templates/core/index.html
@@ -7,9 +7,8 @@
 {% block content %}
  <div class="jumbotron">
   <p>
-   BiscuIT ist ein webbasiertes Schulinformationssystem (SIS), das verwendet
-   werden kann, um organisatorische Themen von Bildungseinrichtungen zu
-   verwalten und / oder zu veröffentlichen.
+   BiscuIT is a web-based school information system (SIS) which can be used to
+   manage and/or publish organisational subjects of educational institutions.
   </p>
  </div>
 {% endblock %}