Skip to content

Commit

Permalink
fix: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed May 31, 2024
1 parent d51dda2 commit 21807ab
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 21807ab

Please sign in to comment.