summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-10-05 08:00:10 +0000
committerDouwe Maan <douwe@gitlab.com>2017-10-05 08:00:10 +0000
commit26c1fea29fc56ce2a85c29f911a8e2d92c967025 (patch)
treeb3b639b1be7b310285a6b57113f3427c5880f7db /app/assets/javascripts
parent674106e3bc1944014f4903e844bb841a46ae7d93 (diff)
parent8f2b109363ef551655a0a5210e5070d20c13c4b3 (diff)
downloadgitlab-ce-26c1fea29fc56ce2a85c29f911a8e2d92c967025.tar.gz
Merge branch 'jramsay-fix-file-list-title-case' into 'master'
Fix inconsistent use of sentence case See merge request gitlab-org/gitlab-ce!14668
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/repo/components/repo_sidebar.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/repo/components/repo_sidebar.vue b/app/assets/javascripts/repo/components/repo_sidebar.vue
index 1e40814b95f..685f6ff806f 100644
--- a/app/assets/javascripts/repo/components/repo_sidebar.vue
+++ b/app/assets/javascripts/repo/components/repo_sidebar.vue
@@ -74,8 +74,8 @@ export default {
<thead v-if="!isMini">
<tr>
<th class="name">Name</th>
- <th class="hidden-sm hidden-xs last-commit">Last Commit</th>
- <th class="hidden-xs last-update text-right">Last Update</th>
+ <th class="hidden-sm hidden-xs last-commit">Last commit</th>
+ <th class="hidden-xs last-update text-right">Last update</th>
</tr>
</thead>
<tbody>