diff --git a/client/src/app/core/ui-services/voting.service.ts b/client/src/app/core/ui-services/voting.service.ts index a413a10c8..772af1597 100644 --- a/client/src/app/core/ui-services/voting.service.ts +++ b/client/src/app/core/ui-services/voting.service.ts @@ -13,6 +13,9 @@ export enum VotingError { USER_HAS_VOTED } +/** + * TODO: It appears that the only message that makes sense for the user to see it the last one. + */ export const VotingErrorVerbose = { 1: "You can't vote on this poll right now because it's not in the 'Started' state.", 2: "You can't vote on this poll because its type is set to analog voting.", diff --git a/client/src/app/shared/components/breadcrumb/breadcrumb.component.html b/client/src/app/shared/components/breadcrumb/breadcrumb.component.html index d9c21bde4..67c604bb5 100644 --- a/client/src/app/shared/components/breadcrumb/breadcrumb.component.html +++ b/client/src/app/shared/components/breadcrumb/breadcrumb.component.html @@ -1,17 +1,14 @@ -