diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-10-10 14:44:00 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-10-10 14:44:00 +0100 |
commit | 4fff9d27d24ef1d959784cfa64d9a3189351c6ce (patch) | |
tree | 6ff9926493eebf941a564e3a1652b500e906f329 /app/views | |
parent | 4e963fed42ad518caa7353d361a38a1250c99c41 (diff) | |
download | gitlab-ce-4fff9d27d24ef1d959784cfa64d9a3189351c6ce.tar.gz |
Changed 'Compare branches, tags or commit ranges' to 'Compare Git revisions'simplify-compare-page-text
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/compare/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml index e9ff8e90dd5..45be6581cfc 100644 --- a/app/views/projects/compare/index.html.haml +++ b/app/views/projects/compare/index.html.haml @@ -4,7 +4,7 @@ %div{ class: container_class } .sub-header-block - Compare branches, tags or commit ranges. + Compare Git revisions. %br Fill input field with commit id like %code.label-branch 4eedf23 |