diff --git a/openslides/__init__.py b/openslides/__init__.py index 7cd9d7464..dcf78b46d 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -5,7 +5,7 @@ :license: GNU GPL, see LICENSE for more details. """ -VERSION = (1, 4, 0, 'alpha', 0) # During development it is the next release +VERSION = (1, 4, 0, 'alpha', 1) # During development it is the next release RELEASE = False diff --git a/openslides/motion/templates/motion/view.html b/openslides/motion/templates/motion/view.html index 3d2ad91b1..18d61fa3d 100644 --- a/openslides/motion/templates/motion/view.html +++ b/openslides/motion/templates/motion/view.html @@ -180,13 +180,13 @@ {% trans 'Adjourned' %}
{% endif %} {% if "noc" in actions %} - {% trans 'Not Concerned' %}
+ {% trans 'Not Concerned' %}
{% endif %} {% if "com" in actions %} - {% trans 'Commited a bill' %}
+ {% trans 'Commited a bill' %}
{% endif %} {% if "wit" in actions %} - {% trans 'Withdrawed by submitter' %} + {% trans 'Withdrawed by submitter' %} {% endif %} {% endif %}