diff --git a/app/views/exercises/implement.html.slim b/app/views/exercises/implement.html.slim
index 255c6851..462be583 100644
--- a/app/views/exercises/implement.html.slim
+++ b/app/views/exercises/implement.html.slim
@@ -23,6 +23,10 @@
#description-card.lead class=(@embed_options[:collapse_exercise_description] ? 'description-card-collapsed' : 'description-card')
= render_markdown(@exercise.description)
+ - if current_contributor.programming_group?
+ .small.text-body-tertiary
+ == t('exercises.implement.pair_programming_feedback', url: 'https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback')
+
a#toggle href="#" data-show=t('shared.show') data-hide=t('shared.hide')
- if @embed_options[:collapse_exercise_description]
= t('shared.show')
diff --git a/config/locales/de.yml b/config/locales/de.yml
index adaeb4c1..444200b2 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -487,6 +487,7 @@ de:
exit_failure: Die letzte Code-Ausführung wurde mit einem Fehler beendet (Statuscode %{exit_code}).
no_output_yet: Bisher existiert noch keine Ausgabe.
output: Programm-Ausgabe
+ pair_programming_feedback: Falls dir Probleme bei der Zusammenarbeit auffallen, kannst du diese gerne hier aufschreiben. Vielen Dank!"
passed_tests: Erfolgreiche Tests
code_rating: Code-Stil
progress: Fortschritt
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 9b76f7d4..ce116a2b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -487,6 +487,7 @@ en:
exit_failure: The last code run exited with a failure (status code %{exit_code}).
no_output_yet: There is no output yet.
output: Program Output
+ pair_programming_feedback: If you notice any errors with the pair programming feature, feel free to write them down here. Thanks a lot!
passed_tests: Passed Tests
code_rating: Code Rating
progress: Progress