import ".." MatrixText { property string notice: model.data.formattedBody.replace("
", "
")
	text: notice
	width: parent ? parent.width : undefined
	font.italic: true
	color: inactiveColors.text
}