diff --git a/hshassets/locale/de/LC_MESSAGES/django.mo b/hshassets/locale/de/LC_MESSAGES/django.mo
index 6a91551eb8d33f9a232af65da62326b43313fa94..775d741a5412af896639a81dac5e5fd3b23b84f5 100644
Binary files a/hshassets/locale/de/LC_MESSAGES/django.mo and b/hshassets/locale/de/LC_MESSAGES/django.mo differ
diff --git a/hshassets/locale/de/LC_MESSAGES/django.po b/hshassets/locale/de/LC_MESSAGES/django.po
index ac979299255593fc334981abb588c6c4bfcee2b3..fa6d26d155260bc43c51c459930a4432deb2c7a1 100644
--- a/hshassets/locale/de/LC_MESSAGES/django.po
+++ b/hshassets/locale/de/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-27 12:18+0100\n"
+"POT-Creation-Date: 2017-12-08 13:29+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -96,7 +96,7 @@ msgstr ""
 
 #: templates/ssoauth/logged_out_locally.html:18
 msgid "Log Out of the Single Sign On service"
-msgstr "Von allen Single-Sign-On Services abmelden"
+msgstr "Vom Single-Sign-On Service abmelden"
 
 #: templates/ssoauth/logged_out_locally.html:19
 msgid "Back to start page"
diff --git a/setup.py b/setup.py
index cc8d17b086a9271453dfa022e0d401b306debdd0..ca371ec0a99c68572d0e7cc3b3b24019a349e17f 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 
 setup(
     name='django-hshassets',
-    version='1.5.0',
+    version='1.5.1',
     packages=find_packages(),
     include_package_data=True,
     license='MIT License',