@abyss-project/main 1.0.57 → 1.0.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,15 +175,15 @@ exports.enTranslation = {
175
175
  [types_1.AbyssService.ABYSS_MEMORIES]: {
176
176
  [types_1.UserNotificationContentType.INVITE_EVENT]: {
177
177
  title: 'New event invitation',
178
- content: '{user} invited you to join event {eventName}',
178
+ content: '{alias} invited you to join event {eventName}',
179
179
  },
180
180
  [types_1.UserNotificationContentType.CHANGE_OWNER_EVENT]: {
181
181
  title: 'Event transfer',
182
- content: '{user} transferred ownership of event {eventName} to you',
182
+ content: '{alias} transferred ownership of event {eventName} to you',
183
183
  },
184
184
  [types_1.UserNotificationContentType.CREATE_POLL_EVENT]: {
185
185
  title: 'New survey',
186
- content: '{user} created a new poll in {eventName}',
186
+ content: '{alias} created a new poll in {eventName}',
187
187
  },
188
188
  },
189
189
  [types_1.AbyssService.ABYSS_BANKING]: {
@@ -175,15 +175,15 @@ exports.frTranslation = {
175
175
  [types_1.AbyssService.ABYSS_MEMORIES]: {
176
176
  [types_1.UserNotificationContentType.INVITE_EVENT]: {
177
177
  title: "Nouvel invitation d'événement",
178
- content: "{user} vous a invité à rejoindre l'événement {eventName}",
178
+ content: "{alias} vous a invité à rejoindre l'événement {eventName}",
179
179
  },
180
180
  [types_1.UserNotificationContentType.CHANGE_OWNER_EVENT]: {
181
181
  title: "Transfert d'événement",
182
- content: "{user} vous a transféré la propriété de l'événement {eventName}",
182
+ content: "{alias} vous a transféré la propriété de l'événement {eventName}",
183
183
  },
184
184
  [types_1.UserNotificationContentType.CREATE_POLL_EVENT]: {
185
185
  title: 'Nouveau sondage',
186
- content: '{user} a créé un nouveau sondage dans {eventName}',
186
+ content: '{alias} a créé un nouveau sondage dans {eventName}',
187
187
  },
188
188
  },
189
189
  [types_1.AbyssService.ABYSS_BANKING]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/main",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "Core package to interact with Abyss-Project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",