redpen icon indicating copy to clipboard operation
redpen copied to clipboard

Mismatched number of embeds in message

Open marron9999 opened this issue 4 years ago • 0 comments

In HeaderLengthValidator.java addLocalizedError(section.getJoinedHeaderContents(), getInt("max_len"));

In error-messages.properties HeaderLengthValidator=The length of header ({0}) exceeds the maximum of {1}.

Therefore, "{1}" is displayed in the message.

marron9999 avatar Dec 16 '20 06:12 marron9999