Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/project/views/contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def notify_added_contributor(resource, contributor, notification_type, auth=None
subscribed_object=resource,
event_context={
'user_fullname': contributor.fullname,
'referrer_text': referrer_name + ' has added you' if referrer_name else 'You have been add',
'referrer_text': referrer_name + ' has added you as a contributor' if referrer_name else 'You have been added',
'registry_text': resource.provider.name if resource.provider else 'OSF Registry',
'referrer_name': referrer_name,
'domain': settings.DOMAIN,
Expand Down
2 changes: 1 addition & 1 deletion website/templates/contributor_added_default.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<td style="border-collapse: collapse;">
Hello ${user_fullname},<br>
<br>
${referrer_text} as a contributor to the project "${node_title}" on the Open Science Framework: ${node_absolute_url}<br>
${referrer_text} to the project "${node_title}" on the Open Science Framework: ${node_absolute_url}<br>
<br>
If you are erroneously being associated with "${node_title}," then you may visit the project's "Contributors" page and remove yourself as a contributor.<br>
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<td style="border-collapse: collapse;">
Hello ${user_fullname},<br>
<br>
${referrer_text} as a contributor to the project "${node_title}" on the Open Science Framework: ${node_absolute_url}<br>
${referrer_text} to the project "${node_title}" on the Open Science Framework: ${node_absolute_url}<br>
<br>
This project also contains the supplemental files for the following preprint(s):
<br>
Expand Down
2 changes: 1 addition & 1 deletion website/templates/contributor_added_preprints.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<td style="border-collapse: collapse;">
Hello ${user_fullname},<br>
<br>
${referrer_text} as a contributor to the ${branded_service_preprint_word} "${node_title}" on ${branded_service_name}, which is hosted on the Open Science Framework: ${node_absolute_url}<br>
${referrer_text} to the ${branded_service_preprint_word} "${node_title}" on ${branded_service_name}, which is hosted on the Open Science Framework: ${node_absolute_url}<br>
<br>
If you have been erroneously associated with "${node_title}", then you may visit the ${branded_service_preprint_word} and remove yourself as a contributor.<br>
<br>
Expand Down
Loading