feat(i18n): translate vote
This commit is contained in:
parent
a96d564eaa
commit
cd5881b210
4 changed files with 7 additions and 4 deletions
|
@ -38,7 +38,7 @@ async function vote(e: Event) {
|
|||
{{ option.title }}
|
||||
</label>
|
||||
<button btn-solid>
|
||||
Vote
|
||||
{{ $t('action.vote') }}
|
||||
</button>
|
||||
</form>
|
||||
<template v-else>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue