mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
fix(webui): incorrect display of html in library delete dialog
This commit is contained in:
parent
55f06476f2
commit
fd6fee19d8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<v-card-text>
|
||||
<v-container fluid>
|
||||
<v-row>
|
||||
<v-col>{{ $t('dialog.delete_library.warning_html', {name: library.name}) }}</v-col>
|
||||
<v-col v-html="$t('dialog.delete_library.warning_html', {name: library.name})"></v-col>
|
||||
</v-row>
|
||||
|
||||
<v-row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue