diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index db81d198..a98e8c59 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -28,7 +28,7 @@ episodes: <p>{{ episode.description }}</p> <a href="{{ episode.url }}" class="inline-block mt-2 text-sm text-grey-dark hover:text-grey-darker focus:text-grey-darker"> - View this + {{ episode.video ? 'Watch' : 'Listen to' }} this <span class="visuallyhidden">{{ podcast.name }}</span> episode → </a>