mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-19 07:42:09 +00:00
Updated test notification text
This commit is contained in:
parent
c6a2c52365
commit
02ef82a804
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue