fix(i18n): add missing translation (#2340)
This commit is contained in:
parent
e4725d433e
commit
1ac3164d0c
4 changed files with 8 additions and 4 deletions
|
@ -68,7 +68,7 @@ async function removeUserNote() {
|
|||
</NuxtLink>
|
||||
<CommonDropdownItem
|
||||
v-if="isShareSupported"
|
||||
:text="`Share @${account.acct}`"
|
||||
:text="$t('menu.share_account', [`@${account.acct}`])"
|
||||
icon="i-ri:share-line"
|
||||
:command="command"
|
||||
@click="shareAccount()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue