Fix display name in verification message
Previously this would be undefined and i18n doesn't handle this very well
This commit is contained in:
@@ -217,7 +217,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.escapedDisplayName)
|
label: i18n("%1 started a user verification", model.author.displayName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user