Skip to content

Commit

Permalink
fix: renaming text
Browse files Browse the repository at this point in the history
  • Loading branch information
dudu0506 committed Sep 13, 2024
1 parent 7cbdd7d commit 9cb019c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/helpers/getPollFrameButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-Hans/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '刷新',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-Hant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '刷新',
Expand Down

0 comments on commit 9cb019c

Please sign in to comment.