Skip to content

Commit

Permalink
Update id
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 10, 2024
1 parent ed02302 commit 0a1ec26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {WalletManager, walletManager} from '../../../WalletManager/wallet-manage
import {notificationManager} from './notification-manager'
import {generateNotificationId} from './notifications'

const BACKGROUND_FETCH_TASK = 'yoroi-notifications-background-fetch'
const BACKGROUND_FETCH_TASK = 'yoroi-transaction-received-notifications-background-fetch'

// Check is needed for hot reloading, as task can not be defined twice
if (!TaskManager.isTaskDefined(BACKGROUND_FETCH_TASK)) {
Expand Down
32 changes: 16 additions & 16 deletions apps/wallet-mobile/translations/messages/src/AppNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,59 @@
"defaultMessage": "!!!Enter PIN",
"file": "src/AppNavigator.tsx",
"start": {
"line": 235,
"line": 236,
"column": 17,
"index": 8675
"index": 8759
},
"end": {
"line": 238,
"line": 239,
"column": 3,
"index": 8765
"index": 8849
}
},
{
"id": "components.initialization.custompinscreen.title",
"defaultMessage": "!!!Set PIN",
"file": "src/AppNavigator.tsx",
"start": {
"line": 239,
"line": 240,
"column": 18,
"index": 8785
"index": 8869
},
"end": {
"line": 242,
"line": 243,
"column": 3,
"index": 8883
"index": 8967
}
},
{
"id": "global.actions.dialogs.walletKeysInvalidated.title",
"defaultMessage": "!!!Auth with OS changes",
"file": "src/AppNavigator.tsx",
"start": {
"line": 243,
"line": 244,
"column": 25,
"index": 8910
"index": 8994
},
"end": {
"line": 246,
"line": 247,
"column": 3,
"index": 9024
"index": 9108
}
},
{
"id": "global.actions.dialogs.biometricsChange.message",
"defaultMessage": "!!!Auth with OS changed detected",
"file": "src/AppNavigator.tsx",
"start": {
"line": 247,
"line": 248,
"column": 27,
"index": 9053
"index": 9137
},
"end": {
"line": 250,
"line": 251,
"column": 3,
"index": 9174
"index": 9258
}
}
]

0 comments on commit 0a1ec26

Please sign in to comment.