Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Oct 4, 2024
1 parent 19e3493 commit b862d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions loc/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
},
"notifications": {
"would_you_like_to_receive_notifications": "Would you like to receive notifications when you get incoming payments?",
"notifications_subtitle": "Incoming payments and transaction confirmations",
"no_and_dont_ask": "No, and do not ask me again.",
"ask_me_later": "Ask me later."
},
Expand Down
1 change: 1 addition & 0 deletions screen/settings/NotificationSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const NotificationSettings: React.FC = () => {
<ListItem
Component={PressableWrapper}
title={loc.settings.notifications}
subtitle={loc.notifications.notifications_subtitle}
disabled={isLoading}
switch={{ onValueChange: onNotificationsSwitch, value: isNotificationsEnabled, testID: 'NotificationsSwitch' }}
/>
Expand Down

0 comments on commit b862d51

Please sign in to comment.