Update confirmation copy

This commit is contained in:
richard-dds 2018-11-12 15:52:31 -05:00
parent 248df9e184
commit f6b4b2444f

View File

@ -52,7 +52,7 @@
"Resend Invitation",
url_for("workspaces.resend_invitation", workspace_id=workspace.id, token=member.latest_invitation.token),
form.csrf_token,
confirm_msg="Are you sure? This will invalidate the previously sent invitation."
confirm_msg="Are you sure? This will send an email to invite the user to join this workspace."
)}}
{% endif %}
</div>