Skip to content

Commit

Permalink
fixes in expiration notification email
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Nov 28, 2024
1 parent d4d3219 commit 5c22254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix default comments needed based on rules
- Fix expired member email
- Fix membership expiration warning email

## [1.0.2] - 2024-11-21

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ groupRejectionInvitationSubject= Invitation for {0} {1} group has been rejected
adminGroupUserRemovalBody=Dear {0},\n\n {1} has been removed from group {2} {3} due to membership expiration.\n\nThank you,\n{4}
adminGroupUserRemovalBodyHtml=<p>Dear {0},</p><p>{1} has been removed from group {2} {3} due to membership expiration.</p><p>Thank you,<br>{4}</p>
adminGroupUserRemovalSubject= Membership expired notification for group {0}
userRemovalBody=Dear {0},\n\nYour membership in group {1} {2} has expired.\n\n Please follow this link in order to request membership in this group : \n{3}\n\nThank you,\n{4}
userRemovalBodyHtml=<p>Dear {0},</p><p>Your membership in group <b>{1}</b> {2} has expired.<br> Please follow <a href="{3}">this link</a> in order to request membership in this group.</p><p>Thank you,<br>{4}</p>
userRemovalBody=Dear {0},\n\nYour membership in group {1} {2} has expired.\n\nIn order to request membership in this group please follow the following link: \n{3}\n\nThank you,\n{4}
userRemovalBodyHtml=<p>Dear {0},</p><p>Your membership in group <b>{1}</b> {2} has expired.<br>In order to request membership in this group please follow the following link:<br>{3}</p><p>Thank you,<br>{4}</p>
userRemovalSubject= Membership expired notification for group {0}
groupMembershipExpirationNotificationBody=Dear {0},\n\n Your membership in {1} group expires in {2}.\n\n Please follow the link below in order to renew your membership:\n {3}.\n\nThank you,\n{4}
groupMembershipExpirationNotificationBodyHtml=<p>Dear {0},</p><p>Your membership in <b>{1}</b> group expires in {2}.<br>Please follow <a href="{3}">this link</a> in order to renew your membership.</p><p>Thank you,<br>{4}</p>
groupMembershipExpirationNotificationBody=Dear {0},\n\n Your membership in {1} group expires in {2}.\n\n In order to renew your membership please follow the following link:\n {3}.\n\nThank you,\n{4}
groupMembershipExpirationNotificationBodyHtml=<p>Dear {0},</p><p>Your membership in <b>{1}</b> group expires in {2}.<br>In order to renew your membership please follow the following link:<br>{3}</p><p>Thank you,<br>{4}</p>
groupMembershipExpirationNotificationSubject= Membership expiration warning for group {0}
addRemoveGroupAdminAdminInformationBody= This is to inform you that {0} has been {1} by {2} {3} an administrator for the {4} group.\nFor more information about the group, please visit the following link:\n {5}\n\nThank you,\n{6}
addRemoveGroupAdminAdminInformationBodyHtml= This is to inform you that <b>{0} has been {1} by {2} {3} an administrator</b> for the {4} group.<p>For more information about the group, please visit the following link: <br>{5}</p><p>Thank you,<br>{6}</p>
Expand Down

0 comments on commit 5c22254

Please sign in to comment.