[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:
Alain Nussbaumer
2023-06-02 22:13:38 +02:00
parent 82fdb7f121
commit b0f418abda
5 changed files with 26 additions and 14 deletions

View File

@@ -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"
>