diff --git a/app/services/podcasts/feed.rb b/app/services/podcasts/feed.rb index 3bee6166b..626ceaa40 100644 --- a/app/services/podcasts/feed.rb +++ b/app/services/podcasts/feed.rb @@ -35,7 +35,7 @@ module Podcasts def set_unreachable(status: :unreachable, force_update: false) # don't recheck if the podcast was already unreachable or force update is required need_refetching = podcast.reachable || force_update - podcast.update_columns(reachable: false, status_notice: I18n.t(status, scope: "podcasts.statuses")) + podcast.update_columns(reachable: false, status_notice: I18n.t(status, scope: "views.podcasts.statuses")) refetch_items if need_refetching true end diff --git a/app/views/podcast_episodes/_episodes_feed.html.erb b/app/views/podcast_episodes/_episodes_feed.html.erb index 6ad23adc6..011589004 100644 --- a/app/views/podcast_episodes/_episodes_feed.html.erb +++ b/app/views/podcast_episodes/_episodes_feed.html.erb @@ -7,7 +7,7 @@ image_options: { alt: episode.title, loading: "lazy"}) %>
-

podcast<%= episode.title %>

+

<%= t("views.podcasts.tag") %><%= episode.title %>

diff --git a/app/views/podcast_episodes/_meta.html.erb b/app/views/podcast_episodes/_meta.html.erb index 569967e1c..e69390908 100644 --- a/app/views/podcast_episodes/_meta.html.erb +++ b/app/views/podcast_episodes/_meta.html.erb @@ -22,25 +22,25 @@ <% end %> <% else %> - <% title "Podcasts" %> + <% title t("views.podcasts.meta.title") %> <%= content_for :page_meta do %> - + "> <%= meta_keywords_default %> - + " /> - + " /> "> "> - - + "> + " /> <% end %> <% end %> diff --git a/app/views/podcast_episodes/_podcast_bar.html.erb b/app/views/podcast_episodes/_podcast_bar.html.erb index 06e5952a1..6a5f24a83 100644 --- a/app/views/podcast_episodes/_podcast_bar.html.erb +++ b/app/views/podcast_episodes/_podcast_bar.html.erb @@ -1,7 +1,7 @@ diff --git a/app/views/podcast_episodes/index.html.erb b/app/views/podcast_episodes/index.html.erb index 64f1c8563..bc2926209 100644 --- a/app/views/podcast_episodes/index.html.erb +++ b/app/views/podcast_episodes/index.html.erb @@ -5,7 +5,7 @@