mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 16:53:45 +00:00
Fix casing for Morse code operations + description
This commit is contained in:
@@ -2953,8 +2953,8 @@ var OperationConfig = {
|
||||
}
|
||||
]
|
||||
},
|
||||
"To Morse Code": {
|
||||
description: "Translates alphanumeric characters into International Morse Code.<br><br>Ignores non-Morse characters.<br><br>e.g. SOS becomes ... --- ...",
|
||||
"To Morse code": {
|
||||
description: "Translates alphanumeric characters into International Morse code.<br><br>Ignores non-Morse characters.<br><br>e.g. SOS becomes ... --- ...",
|
||||
run: MorseCode.translateTo,
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
@@ -2976,8 +2976,8 @@ var OperationConfig = {
|
||||
}
|
||||
]
|
||||
},
|
||||
"From Morse Code": {
|
||||
description: "Translates Morse Code into (upper case) alphanumeric characters.",
|
||||
"From Morse code": {
|
||||
description: "Translates Morse code into (upper case) alphanumeric characters.",
|
||||
run: MorseCode.translateFrom,
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
|
||||
Reference in New Issue
Block a user