refactor: i18n
This commit is contained in:
parent
c681b19e39
commit
7c1e77a428
2 changed files with 16 additions and 14 deletions
|
|
@ -137,7 +137,7 @@ async function downloadImage(url: string) {
|
|||
flat
|
||||
:color="$q.dark.isActive ? 'grey-9' : 'grey-4'"
|
||||
:text-color="$q.dark.isActive ? 'grey-1' : 'grey-10'"
|
||||
:label="$t('clear')"
|
||||
:label="$t('general.clear')"
|
||||
@click="
|
||||
inputFile && (inputFile.value = ''),
|
||||
(imageUrl = defaultUrl || fallbackUrl || ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue