removed tabs from rfc comment overlays
fixed minor typo in thank you emails
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
});
|
||||
|
@@ -444,7 +444,7 @@ de:
|
||||
Thank you for helping other users on CodeOcean!
|
||||
<br>
|
||||
This mail was automatically sent by CodeOcean. <br>
|
||||
subject: "%{author} sagt danke!"
|
||||
subject: "%{author} sagt Danke!"
|
||||
request_for_comments:
|
||||
click_here: Zum Kommentieren auf die Seitenleiste klicken!
|
||||
comments: Kommentare
|
||||
|
Reference in New Issue
Block a user