diff --git a/templates/telegram/tally.html b/templates/telegram/tally.html index 77c0fdc..ab62013 100644 --- a/templates/telegram/tally.html +++ b/templates/telegram/tally.html @@ -5,6 +5,7 @@ Proposals on chain {{ $chainName }}: {{ range $tallyInfos }} Proposal #{{ .Proposal.ID }}: {{ .Proposal.Title }} +Ends in: {{ .Proposal.GetTimeLeft }} - Not voted: {{ .GetNotVoted }} - Voted: {{ .GetQuorum }} - Voted "Abstain": {{ .GetAbstained }}