Had the same issue. The wording of the problem and the example didn’t mention the lowercase. The comment section did mention this: @param {string} message - The message to be translated in lowercase.
Turn out that the judging logic is looking for something else. Took me a lot of time on such a trivial question. And it is still not solved yet after a year…