Make ‘you must set organisation’ text shorter

So it fits in the column.
This commit is contained in:
Chris Hill-Scott
2019-05-20 16:14:41 +01:00
parent b1df698cf7
commit 9d40986d53
2 changed files with 2 additions and 2 deletions

View File

@@ -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) }}