diff --git a/app/views/product_build_lists/index.html.haml b/app/views/product_build_lists/index.html.haml index d10330176..0bf60a538 100644 --- a/app/views/product_build_lists/index.html.haml +++ b/app/views/product_build_lists/index.html.haml @@ -1,4 +1,4 @@ --set_meta_tags :title => t('layout.product_build_lists.list_header') +-set_meta_tags :title => t('.title') / #myTable %table.tablesorter{:cellpadding => "0", :cellspacing => "0"} %thead diff --git a/config/locales/models/product_build_list.en.yml b/config/locales/models/product_build_list.en.yml index 68cca4ceb..1e047e4aa 100644 --- a/config/locales/models/product_build_list.en.yml +++ b/config/locales/models/product_build_list.en.yml @@ -11,7 +11,6 @@ en: build_failed: Build failed build_started: Build in progress build_completed: Build - list_header: Products ownership: header: Build list ownership diff --git a/config/locales/models/product_build_list.ru.yml b/config/locales/models/product_build_list.ru.yml index 049c73645..c422df74a 100644 --- a/config/locales/models/product_build_list.ru.yml +++ b/config/locales/models/product_build_list.ru.yml @@ -11,7 +11,6 @@ ru: build_failed: Ошибка сборки build_started: Собирается build_completed: Собран - list_header: Продукты ownership: header: Принадлежность заданий diff --git a/config/locales/title.en.yml b/config/locales/title.en.yml index 3ffa86927..85ab39254 100644 --- a/config/locales/title.en.yml +++ b/config/locales/title.en.yml @@ -7,7 +7,10 @@ en: title: 'Your Profile' build_lists: index: - title: 'Build Lists' + title: 'Projects Monitoring' + product_build_lists: + index: + title: 'Products Monitoring' git: commits: index: diff --git a/config/locales/title.ru.yml b/config/locales/title.ru.yml index 84db04f32..af631bc9a 100644 --- a/config/locales/title.ru.yml +++ b/config/locales/title.ru.yml @@ -7,7 +7,10 @@ ru: title: 'Ваш профиль' build_lists: index: - title: 'Сборки' + title: 'Мониторинг проектов' + product_build_lists: + index: + title: 'Мониторинг продуктов' git: commits: index: