Fix display name in verification message
Previously this would be undefined and i18n doesn't handle this very
well
(cherry picked from commit fad4e506bc)
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
@@ -217,7 +217,7 @@ DelegateChooser {
|
||||
roleValue: MessageComponentType.Verification
|
||||
delegate: MimeComponent {
|
||||
mimeIconSource: "security-high"
|
||||
label: i18n("%1 started a user verification", model.author.escapedDisplayName)
|
||||
label: i18n("%1 started a user verification", model.author.displayName)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user