Skip to content

Commit

Permalink
chore: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 19, 2024
1 parent 5298aae commit ed46ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Whitelist/steps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ const Steps = () => {
isActive: true,
step: MultiplierStep.authen,
right: {
title: !token ? '+1000 PTS' : '+1 PTS',
desc: !token ? 'first post' : 'per view'
title: !token ? '+1000 PTS' : '+1000 PTS',
desc: !token ? 'first post' : 'per 1000 view'
},
handleShowManualPopup: handleShowManualPopup,
};
Expand Down

0 comments on commit ed46ec1

Please sign in to comment.