diff --git a/src/helpers/getPollFrameButtons.tsx b/src/helpers/getPollFrameButtons.tsx index 3043b9d..cabffba 100644 --- a/src/helpers/getPollFrameButtons.tsx +++ b/src/helpers/getPollFrameButtons.tsx @@ -45,7 +45,7 @@ export const getPollFrameButtons = ({ poll, queryData }: Parameters) => { ); if (!queryData.profileId) { - return [getCheckButton(t`Vote Now`), getFireflyLinkButton()]; + return [getCheckButton(t`Vote`), getFireflyLinkButton()]; } if (poll.is_end) { diff --git a/src/locales/en/index.ts b/src/locales/en/index.ts index 5325162..4760b5b 100644 --- a/src/locales/en/index.ts +++ b/src/locales/en/index.ts @@ -29,7 +29,7 @@ const locales = { '_ vote_': '{0} VOTE{1}', 'Via Firefly': 'Via Firefly', 'Final results': 'POLL HAS ENDED', - 'Vote Now': 'Vote Now', + Vote: 'Vote', 'Go to Firefly': 'Go to Firefly', 'Not supported frame client protocol': 'Not supported frame client protocol', Refresh: 'Refresh', diff --git a/src/locales/zh-Hans/index.ts b/src/locales/zh-Hans/index.ts index 59e4848..47e2d1f 100644 --- a/src/locales/zh-Hans/index.ts +++ b/src/locales/zh-Hans/index.ts @@ -29,7 +29,7 @@ const locales = { '_ vote_': '{0} 次投票', 'Via Firefly': '来自Firefly', 'Final results': '投票已结束', - 'Vote Now': '立即投票', + Vote: '投票', 'Go to Firefly': '前往Firefly', 'Not supported frame client protocol': '不支持的frame客户端协议', Refresh: '刷新', diff --git a/src/locales/zh-Hant/index.ts b/src/locales/zh-Hant/index.ts index 6afbe8f..5bbf1a9 100644 --- a/src/locales/zh-Hant/index.ts +++ b/src/locales/zh-Hant/index.ts @@ -29,7 +29,7 @@ const locales = { '_ vote_': '{0} 次投票', 'Via Firefly': '來自Firefly', 'Final results': '投票已結束', - 'Vote Now': '立即投票', + Vote: '投票', 'Go to Firefly': '前往Firefly', 'Not supported frame client protocol': '不支持的frame客戶端協議', Refresh: '刷新',