mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Merge pull request #2982 from alphagov/terse-org-set-text
Make ‘you must set organisation’ text shorter
This commit is contained in:
@@ -292,7 +292,7 @@
|
||||
{% call row() %}
|
||||
{{ text_field('Live')}}
|
||||
{% if current_service.trial_mode and not current_service.organisation %}
|
||||
{{ text_field('No (you need to assign this service to an organisation before you can make it live)') }}
|
||||
{{ text_field('No (organisation must be set first)') }}
|
||||
{{ text_field('') }}
|
||||
{% else %}
|
||||
{{ boolean_field(not current_service.trial_mode) }}
|
||||
|
||||
Reference in New Issue
Block a user