mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix untranslated button
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
@play-count-changed="play_count_changed()"
|
||||
/>
|
||||
<modal-dialog
|
||||
:close_action="$t('page.podcast.cancel')"
|
||||
:delete_action="$t('page.podcast.remove')"
|
||||
:show="show_remove_podcast_modal"
|
||||
:title="$t('page.podcast.remove-podcast')"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
export default {
|
||||
name: 'ModalDialog',
|
||||
props: {
|
||||
close_action: { default: 'dialog.cancel', type: String },
|
||||
close_action: { default: '', type: String },
|
||||
delete_action: { default: '', type: String },
|
||||
ok_action: { default: '', type: String },
|
||||
show: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user