Skip to content

Commit

Permalink
Change shown sequential number and add a space (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Oct 20, 2023
1 parent ba710fb commit d7b2f94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
</span>

<span *ngIf="showSequential">
<span *ngIf="motion.submitters.length">&middot;</span>
<span *ngIf="motion.submitters.length">&middot;&thinsp;</span>
<span>{{ 'Sequential number' | translate }}</span>
{{ motion.id }}
{{ motion.sequential_number }}
</span>
</div>

Expand Down

0 comments on commit d7b2f94

Please sign in to comment.