Update copy for invite alert messages, CLIN error message, and use translations in flash file

This commit is contained in:
leigh-mil
2020-01-20 15:45:59 -05:00
parent d0ae04193b
commit 6f85f6de97
3 changed files with 7 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ MESSAGES = {
"category": "error",
},
"application_invite_resent": {
"title": "flash.application_invite.resent.title",
"title": "",
"message": "flash.application_invite.resent.message",
"category": "success",
},
@@ -90,7 +90,7 @@ MESSAGES = {
},
"insufficient_funds": {
"title": "flash.task_order.insufficient_funds.title",
"message": "",
"message": "flash.task_order.insufficient_funds.message",
"category": "warning",
},
"logged_out": {
@@ -104,7 +104,7 @@ MESSAGES = {
"category": "warning",
},
"new_application_member": {
"title": "flash.new_application_member.title",
"title": None,
"message": "flash.new_application_member.message",
"category": "success",
},