refactor: i18n
This commit is contained in:
parent
59e365591d
commit
cf63bce459
11 changed files with 18 additions and 10 deletions
|
@ -31,7 +31,7 @@ onReactivated(() => {
|
|||
</template>
|
||||
|
||||
<CommonNotFound v-else>
|
||||
Account @{{ accountName }} not found
|
||||
{{ $t('error.account_not_found', [`@${accountName}`]) }}
|
||||
</CommonNotFound>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue