Skip to content

Commit

Permalink
Merge pull request #1333 from push-protocol/1380-update-progress-hook…
Browse files Browse the repository at this point in the history
…-info-for-channel-creation

fix: fixed typos
  • Loading branch information
akp111 authored Jun 3, 2024
2 parents d3830aa + 21807ab commit 49cc34c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/restapi/src/lib/progressHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ const PROGRESSHOOK: Record<
'PUSH-DECRYPT-AUTH-01': {
progressId: 'PUSH-DECRYPT-AUTH-01',
progressTitle: 'Decrypting Profile Creds',
progressInfo: 'Please sign the transaction to decrypt profile creds',
progressInfo: 'Please sign the transaction to decrypt profile creds.',
level: 'INFO',
},
'PUSH-DECRYPT-AUTH-02': {
progressId: 'PUSH-DECRYPT-AUTH-02',
progressTitle: 'Push Profile Creds Unlocked',
progressInfo: 'Unlocking push profile creds',
progressInfo: 'Unlocking push profile creds.',
level: 'SUCCESS',
},
/**
Expand Down Expand Up @@ -191,7 +191,7 @@ const PROGRESSHOOK: Record<
'PUSH-CHANNEL-CREATE-02': {
progressId: 'PUSH-CHANNEL-CREATE-02',
progressTitle: 'Approving PUSH tokens',
progressInfo: 'Gives approval to Push Core contract to spend 50 DAI',
progressInfo: 'Gives approval to Push Core contract to spend 50 PUSH',
level: 'INFO',
},
'PUSH-CHANNEL-CREATE-03': {
Expand All @@ -218,7 +218,7 @@ const PROGRESSHOOK: Record<
'PUSH-CHANNEL-UPDATE-02': {
progressId: 'PUSH-CHANNEL-UPDATE-02',
progressTitle: 'Approving PUSH tokens',
progressInfo: 'Gives approval to Push Core contract to spend 50 DAI',
progressInfo: 'Gives approval to Push Core contract to spend 50 PUSH',
level: 'INFO',
},
'PUSH-CHANNEL-UPDATE-03': {
Expand Down

0 comments on commit 49cc34c

Please sign in to comment.