diff --git a/app/views/admin/articles/_individual_article.html.erb b/app/views/admin/articles/_individual_article.html.erb index 2ac2b2d86..908df647d 100644 --- a/app/views/admin/articles/_individual_article.html.erb +++ b/app/views/admin/articles/_individual_article.html.erb @@ -25,7 +25,7 @@ Edit Manage User - + <% if decorated_article.pinned? %> <%= link_to( "Unpin Post", diff --git a/app/views/videos/index.html.erb b/app/views/videos/index.html.erb index 0ea3c5b6c..54664fb21 100644 --- a/app/views/videos/index.html.erb +++ b/app/views/videos/index.html.erb @@ -23,7 +23,7 @@
-

<%= community_name %> on Video

+

<%= t("core.on_video", name: community_name) %>

<% @video_articles.each do |video_article| %> @@ -38,7 +38,7 @@
- loading... + <%= t("core.loading") %>
diff --git a/app/views/videos/new.html.erb b/app/views/videos/new.html.erb index 166fb981e..f13a2a2f4 100644 --- a/app/views/videos/new.html.erb +++ b/app/views/videos/new.html.erb @@ -11,7 +11,7 @@
<%= stylesheet_link_tag "s3_direct_upload", media: "all" %> -

đŸŽ„ Upload Video File 🙌

+

<%= t("videos.new.title") %>

<%= s3_uploader_form callback_url: "/videos", callback_method: "POST", callback_param: "article[video]", @@ -32,9 +32,7 @@ <% end %>
-

- Video is beta: <%= t("contact_prompts.if_any_questions_html") %> -

+

<%= t("videos.new.beta_info_html") %> <%= t("contact_prompts.if_any_questions_html") %>