Skip to content

Commit

Permalink
Motion poll title change: rm trailing ':' (#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Dec 2, 2024
1 parent 1b6e312 commit 8ff7e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class MotionPollService extends PollService {
}
}

poll.title = `${titlePrefix} ${title}:`;
poll.title = `${titlePrefix} ${title}`;

return poll;
}
Expand Down

0 comments on commit 8ff7e2b

Please sign in to comment.