diff --git a/imports/NeoChat/Component/ChatBox/ReplyPane.qml b/imports/NeoChat/Component/ChatBox/ReplyPane.qml index b86a49a93..c2fe91d62 100644 --- a/imports/NeoChat/Component/ChatBox/ReplyPane.qml +++ b/imports/NeoChat/Component/ChatBox/ReplyPane.qml @@ -58,8 +58,7 @@ Loader { if (isEdit) { heading = heading.arg(i18n("Editing message:")) + "
" } else { - heading = heading.arg(i18n("Replying to %1:")) - heading = heading.arg(userName) + "
" + heading = heading.arg(i18n("Replying to %1:", userName)) } return stylesheet + heading