Skip to content
Snippets Groups Projects
Commit 4f52a20c authored by brickode's avatar brickode
Browse files

CSS class change

parent afe7f541
No related branches found
No related tags found
1 merge request!7243Children Report Rework
......@@ -268,7 +268,7 @@ App.Facilities.Nursery.childrenReport = function childrenReport() {
case "pregnancy":
return `has developed a facination for all things pregnancy-related`;
default:
throw `<span class="red">Unexpected fetish value of "${fetish}" in newChildFetish(). Please report this.</span>`;
throw `<span class="error">Unexpected fetish value of "${fetish}" in newChildFetish(). Please report this.</span>`;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment