diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-23 15:33:27 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-23 15:33:27 -0700 |
commit | 0fd5c9294a6bf75ecb657ab6974096a5013047d6 (patch) | |
tree | 6a58d054e64eb4ee3f4a69e6808cb8b8f6c5ce06 /src/view/screens/Notifications.tsx | |
parent | fc9e28ca72ce498df8d0902c8e51d226affefd83 (diff) | |
download | voidsky-0fd5c9294a6bf75ecb657ab6974096a5013047d6.tar.zst |
refactor load latest btn
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r-- | src/view/screens/Notifications.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 8d6f7c83a..df84b541b 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -98,7 +98,7 @@ export const NotificationsScreen = withAuthRequired( /> {store.me.notifications.hasNewLatest && !store.me.notifications.isRefreshing && ( - <LoadLatestBtn onPress={onPressLoadLatest} label="notifications" /> + <LoadLatestBtn onPress={onPressLoadLatest} label="Load new notifications" /> )} </View> ) |