diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue
index 6b76897c..b3ac61a5 100644
--- a/components/status/StatusPoll.vue
+++ b/components/status/StatusPoll.vue
@@ -38,7 +38,7 @@ async function vote(e: Event) {
{{ option.title }}
diff --git a/locales/en-US.json b/locales/en-US.json
index 442eefed..d1fe0630 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -38,7 +38,8 @@
"publish": "Publish!",
"reply": "Reply",
"save_changes": "Save changes",
- "sign_in": "Sign in"
+ "sign_in": "Sign in",
+ "vote": "Vote"
},
"app_desc_short": "A Mastodon client made with 🧡",
"app_name": "Elk",
diff --git a/locales/ja-JP.json b/locales/ja-JP.json
index 09c46eee..e73b5209 100644
--- a/locales/ja-JP.json
+++ b/locales/ja-JP.json
@@ -19,7 +19,8 @@
"enter_app": "使い始める",
"publish": "投稿!",
"save_changes": "変更を保存",
- "sign_in": "サインイン"
+ "sign_in": "サインイン",
+ "vote": "投票"
},
"common": {
"end_of_list": "他にはありません",
diff --git a/locales/zh-CN.json b/locales/zh-CN.json
index fe1ef230..097919f3 100644
--- a/locales/zh-CN.json
+++ b/locales/zh-CN.json
@@ -38,7 +38,8 @@
"publish": "发布!",
"reply": "回复",
"save_changes": "保存更改",
- "sign_in": "登鹿"
+ "sign_in": "登鹿",
+ "vote": "投票"
},
"app_desc_short": "用 🧡 制作的 Mastodon 客户端",
"app_name": "鹿鸣",