diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index 7abb6cc..c1328d9 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -273,7 +273,7 @@ Variants { delegate: NButton { text: { - var actionText = modelData.text || "Action" + var actionText = modelData.text || "Open" // If text contains comma, take the part after the comma (the display text) if (actionText.includes(",")) { return actionText.split(",")[1] || actionText