Skip to content

Commit

Permalink
Merge pull request #16 from Giveth/f_447_change_settings_copies
Browse files Browse the repository at this point in the history
Change some copies of settings page
  • Loading branch information
mohammadranjbarz authored Nov 24, 2022
2 parents 9b0cd60 + ce772ef commit a9aa13d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions migrations/1660716115917-seedNotificationType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ export const GivethNotificationTypes = {
PROJECT_UPDATED_OWNER: {
name: 'Project updated - owner',
title: 'Project updates',
description: 'You Posted an update on your project',
description: 'Your project update',
showOnSettingPage: true,
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.PROJECT_RELATED,
Expand Down Expand Up @@ -1483,7 +1483,7 @@ export const GivethNotificationTypes = {
NEW_PROJECT_UPDATE_FOR_USERS_WHO_LIKED: {
name: 'Project updates',
title: 'Project updates',
description: 'When your liked project has an update',
description: 'Your liked project update',
showOnSettingPage: true,
microService: MICRO_SERVICES.givethio,
category: NOTIFICATION_CATEGORY.PROJECT_RELATED,
Expand Down Expand Up @@ -1757,7 +1757,7 @@ export const GivethNotificationTypes = {
name: 'Project status',
title: 'Project status',
description:
'When your own Project has been listed, unlisted, cancelled, activated or deactivated.',
'Your project status',
showOnSettingPage: true,
microService: MICRO_SERVICES.givethio,
schemaValidator: null,
Expand All @@ -1766,12 +1766,12 @@ export const GivethNotificationTypes = {
pushNotifierService: null,
isGroupParent: true,
content:
'When your own Project has been listed, unlisted, cancelled, activated or deactivated',
'Your project status',
htmlTemplate: [
{
type: 'p',
content:
'When your own Project has been listed, unlisted, cancelled, activated or deactivated',
'Your project status',
},
],
category: NOTIFICATION_CATEGORY.PROJECT_RELATED,
Expand Down Expand Up @@ -1854,7 +1854,7 @@ export const GivethNotificationTypes = {
name: 'Project status - Users Who Liked',
title: 'Project status',
description:
'When your liked Project has been listed, unlisted, cancelled, activated or deactivated',
'Your liked project status',
showOnSettingPage: true,
microService: MICRO_SERVICES.givethio,
schemaValidator: null,
Expand All @@ -1863,12 +1863,12 @@ export const GivethNotificationTypes = {
pushNotifierService: null,
isGroupParent: true,
content:
'When your liked Project has been listed, unlisted, cancelled, activated or deactivated',
'Your liked project status',
htmlTemplate: [
{
type: 'p',
content:
'When your liked Project has been listed, unlisted, cancelled, activated or deactivated',
'Your liked project status',
},
],
category: NOTIFICATION_CATEGORY.PROJECT_RELATED,
Expand Down

0 comments on commit a9aa13d

Please sign in to comment.