mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Fix keys in wordCasings array
This commit is contained in:
@@ -261,11 +261,11 @@ function findSequence(goal) {
|
||||
|
||||
function getThemeDisplayName($optionName) {
|
||||
$wordCasings = [
|
||||
Ii => "II",
|
||||
Ir => "IR",
|
||||
Mdn => "MDN",
|
||||
Ttcn => "TTCN",
|
||||
Xq => "XQ"
|
||||
"Ii" => "II",
|
||||
"Ir" => "IR",
|
||||
"Mdn" => "MDN",
|
||||
"Ttcn" => "TTCN",
|
||||
"Xq" => "XQ"
|
||||
];
|
||||
|
||||
$optionName = ucwords(preg_replace("/_|\-/", " ", $optionName));
|
||||
|
||||
Reference in New Issue
Block a user