fix(ActivityCenter): Change activity center button tooltip text
This commit is contained in:
parent
06f1f9a7aa
commit
7e7daa56e1
|
@ -36,7 +36,7 @@ StatusFlatRoundButton {
|
|||
type: StatusFlatRoundButton.Type.Secondary
|
||||
|
||||
// initializing the tooltip
|
||||
tooltip.text: qsTr("Activity")
|
||||
tooltip.text: qsTr("Notifications")
|
||||
tooltip.orientation: StatusToolTip.Orientation.Bottom
|
||||
tooltip.y: parent.height + 12
|
||||
|
||||
|
|
Loading…
Reference in New Issue