From aae3add0c901ef01c987ed96ce1b391023f71c0d Mon Sep 17 00:00:00 2001 From: vaguesyntax Date: Thu, 30 Oct 2025 18:25:48 +0300 Subject: [PATCH] change settings text --- dots/.config/quickshell/ii/modules/settings/ServicesConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/settings/ServicesConfig.qml b/dots/.config/quickshell/ii/modules/settings/ServicesConfig.qml index bc669c0de..c9ff0c16b 100644 --- a/dots/.config/quickshell/ii/modules/settings/ServicesConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/ServicesConfig.qml @@ -192,7 +192,7 @@ ContentPage { } ConfigSwitch { buttonIcon: "thermometer" - text: Translation.tr("Use USCS (°F)") + text: Translation.tr("Fahrenheit unit") checked: Config.options.bar.weather.useUSCS onCheckedChanged: { Config.options.bar.weather.useUSCS = checked;