Update flash message for resending an invite

This commit is contained in:
leigh-mil
2019-10-15 14:35:13 -04:00
parent 200fa225cc
commit 1eecf19459
2 changed files with 8 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ MESSAGES = {
"category": "error",
},
"application_invite_resent": {
"title_template": "Application invitation revoked",
"title_template": "Application invitation resent",
"message_template": "You have successfully resent the invite for {{ user_name }} from {{ application_name }}",
"category": "success",
},