diff --git a/app/views/management/volunteers/index.html.slim b/app/views/management/volunteers/index.html.slim index 95eb28e..e1f5eb2 100644 --- a/app/views/management/volunteers/index.html.slim +++ b/app/views/management/volunteers/index.html.slim @@ -1,6 +1,5 @@ - content_for :title - = Conference.human_attribute_name(:volunteers).mb_chars.capitalize - + = Volunteer.model_name.human(count: 2).mb_chars.capitalize .row .col-lg-12 h1.page-header diff --git a/config/locales/bg.yml b/config/locales/bg.yml index e10e63a..99f8ff2 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1,5 +1,9 @@ bg: management: + volunteers: + index: + profile: Профил + total: "%{current} от общо %{total}" personal_profiles: index: no_profile: 'Този потребител няма въведен профил за текущата конференция.'