mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01: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"
|
||||
>
|
||||
<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-container fluid>
|
||||
|
|
|
|||
Loading…
Reference in a new issue