diff --git a/client/src/app/site/motions/models/view-motion.ts b/client/src/app/site/motions/models/view-motion.ts index 9a96be103..0d2e7e4b2 100644 --- a/client/src/app/site/motions/models/view-motion.ts +++ b/client/src/app/site/motions/models/view-motion.ts @@ -165,14 +165,13 @@ export class ViewMotion extends BaseViewModelWithAgendaItemAndListOfSpeakers { label: 'Amendment', options: [ { condition: AmendmentType.Amendment, label: this.translate.instant('Is amendment') }, - { condition: AmendmentType.Parent, label: this.translate.instant('Has amendments') } + { condition: AmendmentType.Parent, label: this.translate.instant('Has amendments') }, + { condition: AmendmentType.Lead, label: this.translate.instant('Is no amendment and has no amendments') } ] };