Skip to content

Commit 1bcd4cb

Browse files
committed
Improve wording for successful test execution
1 parent 1fca3ac commit 1bcd4cb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/locales/de/exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ de:
159159
others: Andere Kommentare auf dieser Zeile
160160
question: Bitte beschreiben Sie kurz Ihre Probleme oder nennen Sie den Programmteil, zu dem Sie Feedback wünschen. Ihr Programmcode und eventuelle Fehlermeldungen werden automatisch zur Anfrage hinzugefügt.
161161
request: Kommentaranfrage stellen
162-
default_linter_feedback: Sehr gut. Der Linter hat nichts mehr zu beanstanden.
163-
default_test_feedback: Sehr gut. Alle Tests waren erfolgreich.
162+
default_linter_feedback: Sehr gut! Der Linter hat nichts mehr zu beanstanden.
163+
default_test_feedback: Sehr gut! Alle Tests waren erfolgreich.
164164
error_hints:
165165
heading: Hinweise
166166
error_messages: Fehlermeldungen

config/locales/en/exercise.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ en:
159159
others: Other comments on this line
160160
question: Please shortly describe your problem or the program part you would like to get feedback for. Your program code and potential error messages are automatically appended to your request.
161161
request: Request Comments
162-
default_linter_feedback: Well done. The linter is completly satisfied.
163-
default_test_feedback: Well done. All tests have been passed.
162+
default_linter_feedback: Well done! The linter is completely satisfied.
163+
default_test_feedback: Well done! All tests passed successfully.
164164
error_hints:
165165
heading: Hints
166166
error_messages: Error Messages
@@ -188,7 +188,7 @@ en:
188188
results: Results
189189
rfc_intervention:
190190
text: If you are struggling with this exercise and don't want to continue on your own, your fellow learners can help out! </br> </br>
191-
test_count: <span class="number">%{count}</span> test files have been executed.
191+
test_count: <span class="number">%{count}</span> test files were executed.
192192
test_file: Test File <span class="number">%{number}</span> (<span class="filename">%{filename}</span>)
193193
tips:
194194
description: Description

0 commit comments

Comments
 (0)