popout: audio and blueooth changed button to say "Open Settings"

This commit is contained in:
ATMDA 2025-11-11 16:25:49 -05:00
parent cb6eaaa25a
commit b9ee123cb8
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ Item {
StyledText {
Layout.leftMargin: Appearance.padding.smaller
text: qsTr("Open panel")
text: qsTr("Open Settings")
color: Colours.palette.m3onPrimaryContainer
}

View file

@ -188,7 +188,7 @@ ColumnLayout {
StyledText {
Layout.leftMargin: Appearance.padding.smaller
text: qsTr("Open panel")
text: qsTr("Open Settings")
color: Colours.palette.m3onPrimaryContainer
}