From 0d744d212df0d070ceea185068eaf2746e1ccd48 Mon Sep 17 00:00:00 2001
From: Benjamin Bellamy <ben@podlibre.org>
Date: Tue, 24 Nov 2020 21:48:26 +0100
Subject: [PATCH] fix: define podcastNamespaceLink value

---
 app/Views/admin/episode/edit.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app/Views/admin/episode/edit.php b/app/Views/admin/episode/edit.php
index 541a37897b..7390bdfc60 100644
--- a/app/Views/admin/episode/edit.php
+++ b/app/Views/admin/episode/edit.php
@@ -275,7 +275,10 @@
 <?= form_section_close() ?>
 <?= form_section(
     lang('Episode.form.additional_files_section_title'),
-    lang('Episode.form.additional_files_section_subtitle')
+    lang('Episode.form.additional_files_section_subtitle', [
+        'podcastNamespaceLink' =>
+            '“<a href="https://github.com/Podcastindex-org/podcast-namespace" target="_blank" rel="noreferrer noopener" style="text-decoration: underline;">podcast namespace</a>”',
+    ])
 ) ?>
 <div class="flex flex-col flex-1">
 <?= form_label(
-- 
GitLab