details card: rename 'Url' to 'Feed'

The feed link is not always a URL.
URL indicates, that the link is to the podcast's homepage, not feed.
pull/149/head
jtagcat 4 years ago committed by GitHub
parent 06feb39820
commit 5b7432f997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,7 +327,7 @@
<td>${ detailPodcast.Author }</td>
</tr>
<tr>
<td>Url</td>
<td>Feed</td>
<td> <a target="_blank" :href="detailPodcast.URL">Link</a></td>
</tr>

Loading…
Cancel
Save