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;