We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53500a commit 0910350Copy full SHA for 0910350
1 file changed
src/libs/notifications/success.ts
@@ -44,7 +44,7 @@ export const SUCCESS_MESSAGES: Record<SUCCESS, string> = {
44
[SUCCESS.PROFILE_CREATED_SUCCESSFULLY]: 'Profile created successfully.',
45
[SUCCESS.PROFILE_UPDATED_SUCCESSFULLY]: 'Profile updated successfully.',
46
[SUCCESS.TRANSFER_CREATED_SUCCESSFULLY]: 'Transfer sent to {destination}.',
47
- [SUCCESS.TIP_CREATED_SUCCESSFULLY]: 'Tip sent successfully.',
+ [SUCCESS.TIP_CREATED_SUCCESSFULLY]: 'Thanks for your tip! Your support fuels more creations.',
48
[SUCCESS.FOLLOW_UNFOLLOW_SUCCESSFULLY]: 'Successfully {profileName} {actionLbl}.',
49
[SUCCESS.PROFILE_JOINED_SUCCESSFULLY]: 'Successfully joined the profile.',
50
[SUCCESS.OWNERSHIP_REGISTERED_SUCCESSFULLY]: 'Asset {count} successfully processed',
0 commit comments