summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Bluetooth.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-11 16:25:49 -0500
committerATMDA <atdma2600@gmail.com>2025-11-11 16:25:49 -0500
commitb9ee123cb8a1ace8f683ce4b91ed19838aeb6efc (patch)
treece0742ee056cf8385aea129b1e07aaa89c69796d /modules/bar/popouts/Bluetooth.qml
parentcontrolcenter: desktop selector in appearance panel font styling (diff)
downloadcaelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.tar.gz
caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.tar.bz2
caelestia-shell-b9ee123cb8a1ace8f683ce4b91ed19838aeb6efc.zip
popout: audio and blueooth changed button to say "Open Settings"
Diffstat (limited to 'modules/bar/popouts/Bluetooth.qml')
-rw-r--r--modules/bar/popouts/Bluetooth.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml
index 53d8b29..a43bba1 100644
--- a/modules/bar/popouts/Bluetooth.qml
+++ b/modules/bar/popouts/Bluetooth.qml
@@ -188,7 +188,7 @@ ColumnLayout {
StyledText {
Layout.leftMargin: Appearance.padding.smaller
- text: qsTr("Open panel")
+ text: qsTr("Open Settings")
color: Colours.palette.m3onPrimaryContainer
}