Include “alert” in the text of ErrorNotification’s close button

Otherwise screen readers just say “close”, and it is more difficult to
know what this button is going to close.
This commit is contained in:
jordi fita mas 2024-12-30 10:26:50 +01:00
parent 0416992a57
commit f77d01134b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Control {
display: ToolButton.IconOnly
height: implicitHeight
icon.name: "dialog-close"
text: qsTr("Close")
text: qsTr("Close alert")
onClicked: function () {
hideTimer.stop();