removed tabs from rfc comment overlays

fixed minor typo in thank you emails
This commit is contained in:
Ralf Teusner
2017-08-11 18:23:16 +02:00
parent f877cd675a
commit 9592b5c939
2 changed files with 2 additions and 2 deletions

View File

@@ -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")){ if(comment.text.includes("\n") || comment.text.includes("\t")){
comment.text = comment.username + ": " + comment.text; comment.text = comment.username + ": " + comment.text;
} else { } else {
comment.text = comment.username + ": " + stringDivider(comment.text, 80, "\n\t\t"); comment.text = comment.username + ": " + stringDivider(comment.text, 80, "\n");
} }
}); });

View File

@@ -444,7 +444,7 @@ de:
Thank you for helping other users on CodeOcean! Thank you for helping other users on CodeOcean!
<br> <br>
This mail was automatically sent by CodeOcean. <br> This mail was automatically sent by CodeOcean. <br>
subject: "%{author} sagt danke!" subject: "%{author} sagt Danke!"
request_for_comments: request_for_comments:
click_here: Zum Kommentieren auf die Seitenleiste klicken! click_here: Zum Kommentieren auf die Seitenleiste klicken!
comments: Kommentare comments: Kommentare