Skip to content

Commit

Permalink
fixed "user removed from survey" email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Oct 22, 2024
1 parent b72a04d commit e7fa34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/i18n/resources/en/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ Levels will be renamed into level_1, level_2... level_N and an extra 'area' prop
$t(emails.signature)`,
},
userDeleted: {
subject: `You have been deleted from the survey {{surveyLabel}} in $t(common.appNameFull)`,
subject: `You have been removed from the survey {{surveyLabel}} in $t(common.appNameFull)`,
body: `<p>Hello {{name}},</p>
<p>You have been removed from the survey <strong>{{surveyName}} - {{surveyLabel}}</strong></p>
<p>If you want to have access again to that survey, please contact the survey administrator.</p>
Expand Down

0 comments on commit e7fa34f

Please sign in to comment.