Use escaped room name in ConfirmLeaveDialog
This commit is contained in:
@@ -19,7 +19,7 @@ Kirigami.Dialog {
|
|||||||
title: i18nc("@title:dialog", "Confirm Leaving Room")
|
title: i18nc("@title:dialog", "Confirm Leaving Room")
|
||||||
|
|
||||||
contentItem: FormCard.FormTextDelegate {
|
contentItem: FormCard.FormTextDelegate {
|
||||||
text: root.room ? i18nc("Do you really want to leave <room name>?", "Do you really want to leave %1?", root.room.displayName) : ""
|
text: root.room ? i18nc("Do you really want to leave <room name>?", "Do you really want to leave %1?", root.room.displayNameForHtml) : ""
|
||||||
}
|
}
|
||||||
|
|
||||||
customFooterActions: [
|
customFooterActions: [
|
||||||
|
|||||||
Reference in New Issue
Block a user