Updated test notification text

This commit is contained in:
CrissZollo 2025-09-20 08:36:11 +02:00
parent c6a2c52365
commit 02ef82a804

View file

@ -449,7 +449,7 @@ const NotificationSettingsScreen = () => {
<Text style={[styles.resetButtonText, { color: currentTheme.colors.primary }]}>
{countdown !== null
? `Notification in ${countdown}s...`
: 'Test Notification (1min)'}
: 'Test Notification (5 sec)'}
</Text>
</TouchableOpacity>