From 345d558317f87ff8ee3f89538c1b7e8b3756dca5 Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 8 Jun 2026 14:57:21 +0200 Subject: [PATCH] fix start/end text for hyprsunset --- Modules/Settings/Controls/HyprTimeInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Settings/Controls/HyprTimeInput.qml b/Modules/Settings/Controls/HyprTimeInput.qml index 6042a72..2fe0632 100644 --- a/Modules/Settings/Controls/HyprTimeInput.qml +++ b/Modules/Settings/Controls/HyprTimeInput.qml @@ -100,7 +100,7 @@ Item { Layout.alignment: Qt.AlignLeft color: DynamicColors.palette.m3onSurfaceVariant font.pointSize: Appearance.font.size.normal - text: qsTr("Dark mode will turn on at %1, and turn off at %2.").arg(root.startTime).arg(root.endTime) + text: qsTr("Hyprsunset will turn on at %1, and turn off at %2.").arg(root.startTime).arg(root.endTime) } }