Update copy for new app provisioning

- change flashed message for adding members
- use the correct helper text for the app name input
- a few other updates to text in translations
This commit is contained in:
graham-dds
2019-10-09 09:42:47 -04:00
parent 33e82bfb83
commit 24be9a6a61
4 changed files with 13 additions and 15 deletions

View File

@@ -104,9 +104,9 @@ MESSAGES = {
"category": "warning",
},
"new_application_member": {
"title_template": translate("flash.success"),
"title_template": """{{ "flash.new_application_member.title" | translate({ "user_name": user_name }) }}""",
"message_template": """
<p>{{ "flash.new_application_member" | translate({ "user_name": user_name, "application_name": application_name }) }}</p>
<p>{{ "flash.new_application_member.message" | translate({ "user_name": user_name }) }}</p>
""",
"category": "success",
},