From 02ef82a8045792b4b3c9d422973c521f527bab57 Mon Sep 17 00:00:00 2001 From: CrissZollo Date: Sat, 20 Sep 2025 08:36:11 +0200 Subject: [PATCH] Updated test notification text --- src/screens/NotificationSettingsScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/NotificationSettingsScreen.tsx b/src/screens/NotificationSettingsScreen.tsx index 28d18a67..fecf782a 100644 --- a/src/screens/NotificationSettingsScreen.tsx +++ b/src/screens/NotificationSettingsScreen.tsx @@ -449,7 +449,7 @@ const NotificationSettingsScreen = () => { {countdown !== null ? `Notification in ${countdown}s...` - : 'Test Notification (1min)'} + : 'Test Notification (5 sec)'}