Escape display name in verification event
This commit is contained in:
@@ -208,7 +208,7 @@ DelegateChooser {
|
|||||||
roleValue: MessageComponentType.Verification
|
roleValue: MessageComponentType.Verification
|
||||||
delegate: MimeComponent {
|
delegate: MimeComponent {
|
||||||
mimeIconSource: "security-high"
|
mimeIconSource: "security-high"
|
||||||
label: i18n("%1 started a user verification", model.author.displayName)
|
label: i18n("%1 started a user verification", model.author.htmlSafeDisplayName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user