Updating language for deleting portfolio members

This commit is contained in:
rachel-dtr
2019-04-04 14:32:51 -04:00
parent aecb4fc583
commit d34e90a76c
3 changed files with 7 additions and 7 deletions

View File

@@ -139,8 +139,8 @@ MESSAGES = {
"category": "error",
},
"portfolio_member_removed": {
"title_template": "Portfolio Member Removed",
"message_template": "You have successfully removed {{ member_name }} from the portfolio.",
"title_template": "Portfolio member deleted",
"message_template": "You have successfully deleted {{ member_name }} from the portfolio.",
"category": "success",
},
}