Skip to content

Commit

Permalink
[feat] Append date of event to template for member add success message
Browse files Browse the repository at this point in the history
  • Loading branch information
tormozz48 committed Jan 27, 2024
1 parent 4178eb6 commit f2c13b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/member-add.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const success: Template<Actions.memberAdd, ActionStatuses.success> = {
bundle: {
en: [
'✅ <strong>{{name}}</strong> will take part in event ✅',
'',
'🗓 <i>{{eventDate}}</i>',
'ℹ️ List of members:',
'{{#each members}}',
'{{index}}: <i>{{name}}</i>',
Expand All @@ -40,7 +40,7 @@ const success: Template<Actions.memberAdd, ActionStatuses.success> = {
],
ru: [
'✅ <strong>{{name}}</strong> примет участие в событии ✅',
'',
'🗓 <i>{{eventDate}}</i>',
'ℹ️ Список участников:',
'{{#each members}}',
'{{index}}: <i>{{name}}</i>',
Expand Down

0 comments on commit f2c13b7

Please sign in to comment.