From e9e8abeb0e98f538c170734bfe7f64e471459ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Fri, 15 Feb 2019 14:02:48 +0100 Subject: [PATCH] Bugfix: wrong line numbers in change recommendation dialog --- .../motion-change-recommendation.component.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/app/site/motions/components/motion-change-recommendation/motion-change-recommendation.component.html b/client/src/app/site/motions/components/motion-change-recommendation/motion-change-recommendation.component.html index 442b9e480..495afb660 100644 --- a/client/src/app/site/motions/components/motion-change-recommendation/motion-change-recommendation.component.html +++ b/client/src/app/site/motions/components/motion-change-recommendation/motion-change-recommendation.component.html @@ -7,7 +7,12 @@ -

Changed version in line {{ lineRange.from }} to {{ lineRange.to }}:

+

+ Changed version in line {{ lineRange.from }}: +

+

+ Changed version in line {{ lineRange.from }} to {{ lineRange.to - 1 }}: +