From ffb9a0692d329c22917fc7c78b23e977c5064fec Mon Sep 17 00:00:00 2001 From: ChrFr Date: Mon, 4 Nov 2019 11:47:14 +0100 Subject: [PATCH] disabled option of absolute change in prepend and append masks --- repair/templates/strategy/solution-parts.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repair/templates/strategy/solution-parts.html b/repair/templates/strategy/solution-parts.html index 98854254d..71ce3cf5a 100644 --- a/repair/templates/strategy/solution-parts.html +++ b/repair/templates/strategy/solution-parts.html @@ -695,8 +695,8 @@

{% trans "From which activity will the new flow originate from?" %}


{% trans "Mass of prepended flow in relation to existing flow" %}

- {% trans "absolute change" %}
- {% trans "relative change" %}
+ {% trans "absolute change" %}
+ {% trans "relative change" %}

{% trans "Do you want to refer to a user question for calculating the mass?" %}
{% trans "yes" %} @@ -829,8 +829,8 @@

{% trans "To which activity will the new flow go?" %}


{% trans "Mass of appended flow in relation to existing flow" %}

- {% trans "absolute change" %}
- {% trans "relative change" %}
+ {% trans "absolute change" %}
+ {% trans "relative change" %}

{% trans "Do you want to refer to a user question for calculating the mass?" %}
{% trans "yes" %}