Skip to content

Commit

Permalink
Updated givback is ready event template / 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Dec 27, 2022
1 parent 833518d commit 4aa5451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/1660716115917-seedNotificationType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ export const GivethNotificationTypes = {
title: 'GIVback',
description: 'When GIVback is ready to be claimed after each round',
showOnSettingPage: true,
microService: MICRO_SERVICES.givethio,
microService: MICRO_SERVICES.givEconomyNotificationMicroService,
category: NOTIFICATION_CATEGORY.GIV_ECONOMY,
icon: 'IconGIVBack',
schemaValidator: SCHEMA_VALIDATORS_NAMES.GIV_BACK_IS_READY_TO_CLAIM,
Expand Down Expand Up @@ -980,7 +980,7 @@ export const GivethNotificationTypes = {
},
],
content:
'Your GIVback {amount} GIV is ready to claim! \n{Click here} to take a shortcut.',
'Your GIVback {amount} GIV is ready to claim! \n[Click here] to take a shortcut.',
},
PROJECT_EDITED: {
name: 'Project edited',
Expand Down

0 comments on commit 4aa5451

Please sign in to comment.