#907: change link name
This commit is contained in:
parent
3929c4bb57
commit
fe51bc77ac
|
@ -7,4 +7,4 @@
|
|||
%li.text= t('layout.projects.base_branch')
|
||||
- else
|
||||
%li
|
||||
= link_to t('diff'), diff_path(@project, "#{@branch.name}...#{branch.name}")
|
||||
= link_to t('layout.projects.compare'), diff_path(@project, "#{@branch.name}...#{branch.name}")
|
|
@ -6,6 +6,7 @@ en:
|
|||
showing_branch: Showing 1 branch
|
||||
no_branches: No branches
|
||||
base_branch: Base branch
|
||||
compare: Compare
|
||||
tags: Tags
|
||||
showing_tags: Showing %{count} tags
|
||||
showing_tag: Showing 1 tag
|
||||
|
|
|
@ -6,6 +6,7 @@ ru:
|
|||
showing_branch: Показана 1 ветка
|
||||
no_branch: Нет веток
|
||||
base_branch: Текущая ветка
|
||||
compare: Сравнить
|
||||
tags: Теги
|
||||
showing_tags: Показано %{count} тегов
|
||||
showing_tag: Показан 1 тег
|
||||
|
|
Loading…
Reference in New Issue