diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index e7b01649894..4107a34e333 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -1,7 +1,7 @@
-<%= t '.find_blurb' %>
+<%= t '.find_blurb_html' %>
<%= render "layouts/search" %>
<% if @downloads_count %>
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 46061fea7c8..75b3f917671 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -244,7 +244,7 @@ de:
home:
index:
downloads_counting_html: Gezählte Downloads
- find_blurb: Finde, installiere und veröffentliche RubyGems.
+ find_blurb_html: Finde, installiere und veröffentliche RubyGems.
learn:
install_rubygems: Installiere RubyGems
layouts:
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 66468f9c364..006ea5e2c46 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -230,7 +230,7 @@ en:
home:
index:
downloads_counting_html: downloads & counting
- find_blurb: Find, install, and publish RubyGems.
+ find_blurb_html: Find, install, and publish RubyGems.
learn:
install_rubygems: Install RubyGems
layouts:
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 8e5deecabf0..4db63616a8e 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -243,7 +243,7 @@ es:
home:
index:
downloads_counting_html: descargas y contando
- find_blurb: Encuentra, instala, y publica RubyGems.
+ find_blurb_html: Encuentra, instala, y publica RubyGems.
learn:
install_rubygems: Instala RubyGems
layouts:
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 8c49784b540..39c05c37191 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -235,7 +235,7 @@ fr:
home:
index:
downloads_counting_html: téléchargements à ce jour
- find_blurb: Trouvez, installez et publiez des RubyGems.
+ find_blurb_html: Trouvez, installez et publiez des RubyGems.
learn:
install_rubygems: Installez RubyGems
layouts:
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 8d9509dcc1e..fea64ffea08 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -224,7 +224,7 @@ ja:
home:
index:
downloads_counting_html: ダウンロード数
- find_blurb: RubyGemを発見、インストール、公開しよう。
+ find_blurb_html: RubyGemを発見、
インストール、公開しよう。
learn:
install_rubygems: RubyGemsをインストール
layouts:
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index b3ce002e085..5dae2144b7a 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -226,7 +226,7 @@ nl:
home:
index:
downloads_counting_html:
- find_blurb: Vind je gems makkelijker en publiceer ze sneller.
+ find_blurb_html: Vind je gems makkelijker en publiceer ze sneller.
learn:
install_rubygems: Installeer RubyGems
layouts:
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 8fa0e426077..fa1b9a531fa 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -232,7 +232,7 @@ pt-BR:
home:
index:
downloads_counting_html: downloads
- find_blurb: Encontre, instale e publique RubyGems.
+ find_blurb_html: Encontre, instale e publique RubyGems.
learn:
install_rubygems: Instalar o RubyGems
layouts:
diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml
index 9cf95d63f4c..8e75b8f0224 100644
--- a/config/locales/zh-CN.yml
+++ b/config/locales/zh-CN.yml
@@ -225,7 +225,7 @@ zh-CN:
home:
index:
downloads_counting_html: 总下载次数
- find_blurb: 查找、安装以及发布 Gem
+ find_blurb_html: 查找、安装以及发布 Gem
learn:
install_rubygems: 安装 RubyGems
layouts:
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 0a7e0c1e935..a5e41bfdbd2 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -224,7 +224,7 @@ zh-TW:
home:
index:
downloads_counting_html: 總下載次數
- find_blurb: 搜尋、安裝以及發佈 RubyGems
+ find_blurb_html: 搜尋、安裝以及發佈 RubyGems
learn:
install_rubygems: 安裝 RubyGems
layouts: