diff --git a/app/views/home/_social.html.erb b/app/views/home/_social.html.erb index dca1fcc5ce..0bbd615d50 100644 --- a/app/views/home/_social.html.erb +++ b/app/views/home/_social.html.erb @@ -14,10 +14,10 @@ data-layout="button" data-size="small" data-mobile-iframe="true">Share + class="fb-xfbml-parse-ignore"><%= translation('home.subscriptions.share') %> -
Tweet
+
<%= translation('home._social.tweet') %>
<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index a3a2063e9c..b94999ddf2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -846,6 +846,8 @@ en: home: read_more: "Read more" more_projects: "More projects" + _social: + tweet: "Tweet" dashboard: welcome: "Welcome!" need_help: "Need help, want to float an idea, or find collaborators?"