Skip to content
Snippets Groups Projects
Commit 706b059c authored by lowercasedonkey's avatar lowercasedonkey
Browse files

no need for caps now

parent a0153bd7
No related branches found
No related tags found
1 merge request!8436Fs pulldown
......@@ -57,7 +57,7 @@ App.UI.facilityRedecoration = function() {
}
for (const [name, decoration] of activeFacilities) {
const option = options.addOption(`The decoration style of ${capFirstChar(name)} is`);
const option = options.addOption(`The decoration style of ${name} is`);
createPulldown(option, decoration);
}
el.append(options.render());
......
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