diff --git a/app/views/home/_show.html.erb b/app/views/home/_show.html.erb
index 84675c2..fd39cea 100644
--- a/app/views/home/_show.html.erb
+++ b/app/views/home/_show.html.erb
@@ -10,7 +10,7 @@
-
WIELKOŚĆ PRZEDSIĘBIORSTWA
+ WIELKOŚĆ PRZEDSIĘBIORSTWA KTÓRE MOŻE SIĘ UBIEGAĆ O DOFINANSOWANIE
diff --git a/app/views/home/_show.pdf.erb b/app/views/home/_show.pdf.erb
index 2223011..389390b 100644
--- a/app/views/home/_show.pdf.erb
+++ b/app/views/home/_show.pdf.erb
@@ -10,7 +10,7 @@
-
WIELKOŚĆ PRZEDSIĘBIORSTWA
+ WIELKOŚĆ PRZEDSIĘBIORSTWA KTÓRE MOŻE SIĘ UBIEGAĆ O DOFINANSOWANIE
diff --git a/app/views/home/consultation_email/_form.html.erb b/app/views/home/consultation_email/_form.html.erb
index 7e17ff5..7afdf0a 100644
--- a/app/views/home/consultation_email/_form.html.erb
+++ b/app/views/home/consultation_email/_form.html.erb
@@ -24,7 +24,7 @@
<%= form.label :project_value %>
<% ConsultationEmail::PROJECT_VALUES.each do |pv| %>
<%= radio_button_tag 'consultation_email[project_value]', pv[0] %>
- <%= label 'consultation_email[project_value]', pv[1] %>
+ <%= label 'consultation_email[project_value]', pv[1] %>
<% end %>
<% end %>
diff --git a/app/views/layouts/pdf.html.erb b/app/views/layouts/pdf.html.erb
index 9c91428..a32284a 100644
--- a/app/views/layouts/pdf.html.erb
+++ b/app/views/layouts/pdf.html.erb
@@ -10,7 +10,7 @@
<%= yield %>
-
+
<%= render 'shared/disclaimer' %>