diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb index 05e2249f..6a21ca24 100644 --- a/app/views/request_for_comments/show.html.erb +++ b/app/views/request_for_comments/show.html.erb @@ -160,7 +160,7 @@ also, all settings from the rails model needed for the editor configuration in t if(comment.text.includes("\n") || comment.text.includes("\t")){ comment.text = comment.username + ": " + comment.text; } else { - comment.text = comment.username + ": " + stringDivider(comment.text, 80, "\n\t\t"); + comment.text = comment.username + ": " + stringDivider(comment.text, 80, "\n"); } }); diff --git a/config/locales/de.yml b/config/locales/de.yml index d0aef588..021f65a7 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -444,7 +444,7 @@ de: Thank you for helping other users on CodeOcean!
This mail was automatically sent by CodeOcean.
- subject: "%{author} sagt danke!" + subject: "%{author} sagt Danke!" request_for_comments: click_here: Zum Kommentieren auf die Seitenleiste klicken! comments: Kommentare