Skip to content

feat: display legal disclaimer and warning on podcast import page

In app/Views/admin/podcast/import.php add:

  • top of the form:
    • lang('PodcastImport.legal_dislaimer_title')
    • lang('PodcastImport.legal_dislaimer_content')
  • bottom of the form:
    • lang('PodcastImport.warning_title')
    • lang('PodcastImport.warning_content')
Edited by Yassine Doghri