[web] Fix untranslated button

This commit is contained in:
Alain Nussbaumer
2024-04-23 21:44:35 +02:00
parent 4268f41a51
commit 7d7d38b946
7 changed files with 7 additions and 5 deletions

View File

@@ -47,6 +47,7 @@
<modal-dialog
:show="show_remove_podcast_modal"
:title="$t('page.podcast.remove-podcast')"
:close_action="$t('page.podcast.cancel')"
:delete_action="$t('page.podcast.remove')"
@close="show_remove_podcast_modal = false"
@delete="remove_podcast"