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

@@ -28,7 +28,7 @@
<div class="form-row">
<div class="form-col form-col--two-thirds">
{{ TextInput(form.name, optional=False) }}
{{ ('portfolios.applications.new.step_1_form_help_text.description' | translate | safe) }}
{{ ('portfolios.applications.new.step_1_form_help_text.name' | translate | safe) }}
</div>
</div>
<hr>