mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Add missing translations
Translations were missing for the remove podcast feature. A cleanup of the German translation files has been done as well.
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
/>
|
||||
<modal-dialog
|
||||
:show="show_remove_podcast_modal"
|
||||
title="Remove podcast"
|
||||
delete_action="Remove"
|
||||
:title="$t('page.podcast.remove-podcast')"
|
||||
:delete_action="$t('page.podcast.remove')"
|
||||
@close="show_remove_podcast_modal = false"
|
||||
@delete="remove_podcast"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user