diff --git a/app/views/external_users/show.html.slim b/app/views/external_users/show.html.slim
index 5c6d08e6..f0028745 100644
--- a/app/views/external_users/show.html.slim
+++ b/app/views/external_users/show.html.slim
@@ -4,10 +4,8 @@ h1 = @user.name
//= row(label: 'external_user.email', value: @user.email)
= row(label: 'external_user.consumer', value: link_to(@user.consumer, @user.consumer))
-br
-= link_to(t('shared.statistics'), statistics_external_user_path(@user))
+h4 = link_to(t('.exercise_statistics'), statistics_external_user_path(@user))
-br
h4 = t('.tag_statistics')
#loading
.spinner
diff --git a/config/locales/de.yml b/config/locales/de.yml
index becd5039..eed4d500 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -382,6 +382,7 @@ de:
loading_tag_statistics: "Lade Lernbereichstatistiken"
tag_statistics: "Lernbereichstatistiken"
empty_tag_statistics: "Keine Statistiken verfügbar"
+ exercise_statistics: "Aufgabenstatistiken"
files:
roles:
main_file: Hauptdatei
diff --git a/config/locales/en.yml b/config/locales/en.yml
index bb9b66cc..9fed1190 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -382,6 +382,7 @@ en:
loading_tag_statistics: "Loading tag statistics..."
tag_statistics: "Tag Statistics"
empty_tag_statistics: "No statistics available"
+ exercise_statistics: "Exercise Statistics"
files:
roles:
main_file: Main File