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 }}: +