From 14f6a4676945d5b6eeeb60df5730e1882c2e43be Mon Sep 17 00:00:00 2001
From: James Rich <2199651+jamesarich@users.noreply.github.com>
Date: Wed, 10 Dec 2025 12:05:50 -0600
Subject: [PATCH] fix(strings): correct settings interval templating (#3959)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
---
.../src/commonMain/composeResources/values/strings.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/strings/src/commonMain/composeResources/values/strings.xml b/core/strings/src/commonMain/composeResources/values/strings.xml
index 2b810b1bb..925837955 100644
--- a/core/strings/src/commonMain/composeResources/values/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values/strings.xml
@@ -1021,14 +1021,14 @@
Always On
- 1 second
- - %d seconds
+ - %1$d seconds
- 1 minute
- - %d minutes
+ - %1$d minutes
- 1 hour
- - %d hours
+ - %1$d hours
\ No newline at end of file