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")){
|
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user