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 is beta: <%= t("contact_prompts.if_any_questions_html") %> -
+<%= t("videos.new.beta_info_html") %> <%= t("contact_prompts.if_any_questions_html") %>