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:
@@ -183,11 +183,7 @@ def handle_create_member(application_id, form_data):
|
||||
token=invite.token,
|
||||
)
|
||||
|
||||
flash(
|
||||
"new_application_member",
|
||||
user_name=invite.user_name,
|
||||
application_name=application.name,
|
||||
)
|
||||
flash("new_application_member", user_name=invite.first_name)
|
||||
|
||||
except AlreadyExistsError:
|
||||
return render_template(
|
||||
|
||||
Reference in New Issue
Block a user