diff --git a/app/views/home/show.html.erb b/app/views/home/show.html.erb
index ebe13cf..dc5cd2e 100644
--- a/app/views/home/show.html.erb
+++ b/app/views/home/show.html.erb
@@ -1,19 +1,17 @@
- Либертарианская партия России
+ <%= translate '.primary_title' %>
- в Пермском крае
+ <%= translate '.secondary_title' %>
- Мы выступаем за свободный рынок и государственное невмешательство
- в экономику, за принцип самопринадлежности и самоценности человеческой
- личности.
+ <%= translate '.description' %>
- Вступить
+ <%= translate '.join' %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 5598f4b..c3c867d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -9,3 +9,13 @@ en:
department_page_on_party_site: Department page on party site
departments_in_other_states: Departments in other states
github: GitHub
+
+ home:
+ show:
+ primary_title: Libertarian party of Russia
+ secondary_title: in Perm Krai
+ description: >
+ We stand for a free market and freedom of government intervention
+ in the economy, for the principle of self-ownership and self-value
+ of the human person.
+ join: Join
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 2a80837..5ba64bc 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -9,3 +9,13 @@ ru:
department_page_on_party_site: Страница отделения на сайте партии
departments_in_other_states: Отделения в других регионах
github: GitHub
+
+ home:
+ show:
+ primary_title: Либертарианская партия России
+ secondary_title: в Пермском крае
+ description: >
+ Мы выступаем за свободный рынок и государственное невмешательство
+ в экономику, за принцип самопринадлежности и самоценности человеческой
+ личности.
+ join: Вступить