diff --git a/web/components/votes/vote-buttons.tsx b/web/components/votes/vote-buttons.tsx
index 8b261b2..b838490 100644
--- a/web/components/votes/vote-buttons.tsx
+++ b/web/components/votes/vote-buttons.tsx
@@ -127,6 +127,7 @@ export function VoteButtons(props: {
'absolute z-10 mt-2 w-40 rounded-md border border-ink-200 bg-canvas-50 shadow-lg',
'dark:bg-ink-900'
)}>
+
{t("vote.priority", "Priority")}
{priorities.map((p) => (