Escape display name in verification event

This commit is contained in:
Tobias Fella
2024-10-11 22:46:38 +02:00
parent 0ab3bfd4f3
commit 11185c127d

View File

@@ -208,7 +208,7 @@ DelegateChooser {
roleValue: MessageComponentType.Verification
delegate: MimeComponent {
mimeIconSource: "security-high"
label: i18n("%1 started a user verification", model.author.displayName)
label: i18n("%1 started a user verification", model.author.htmlSafeDisplayName)
}
}