fix(ActivityCenter): Change activity center button tooltip text

This commit is contained in:
MishkaRogachev 2022-11-04 17:32:42 +03:00 committed by r4bbit.eth
parent 06f1f9a7aa
commit 7e7daa56e1
1 changed files with 1 additions and 1 deletions

View File

@ -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