diff --git a/code/modules/vote/vote_datum.dm b/code/modules/vote/vote_datum.dm
index 74e7888af4..9a3597ae4c 100644
--- a/code/modules/vote/vote_datum.dm
+++ b/code/modules/vote/vote_datum.dm
@@ -117,9 +117,9 @@
return null
-/datum/vote/proc/announce(start_text, var/time = vote_time/10)
+/datum/vote/proc/announce(start_text, var/time = vote_time)
to_chat(world, span_lightpurple("Type vote or click here to place your vote. \
- You have [time] seconds to vote."))
+ You have [time/10] seconds to vote."))
world << sound('sound/ambience/alarm4.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
/datum/vote/Topic(href, list/href_list)
diff --git a/tgui/packages/tgui/interfaces/Canister.tsx b/tgui/packages/tgui/interfaces/Canister.tsx
index e219489112..6f221964bf 100644
--- a/tgui/packages/tgui/interfaces/Canister.tsx
+++ b/tgui/packages/tgui/interfaces/Canister.tsx
@@ -71,7 +71,6 @@ export const Canister = (props) => {