mirror of
https://github.com/gotson/komga.git
synced 2026-05-06 03:27:08 +02:00
fix(webui): missing i18n on collection delete dialog
This commit is contained in:
parent
4c0b24b9ac
commit
f57b949de2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
max-width="450"
|
max-width="450"
|
||||||
>
|
>
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-title>{{ $t('dialog.delete_collection.title') }}</v-card-title>
|
<v-card-title>{{ $t('dialog.delete_collection.dialog_title') }}</v-card-title>
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue