summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-02-20 11:52:57 -0800
committerDouwe Maan <douwe@selenight.nl>2016-02-20 11:52:57 -0800
commit0e9775816a13feabf1ae0d4940ef30bba1196d40 (patch)
tree9ca6fd91263d1cf48f70cf211a01ae0952d8e6ef
parentf42b1fa6e5d84b84ede5bcc853dd2df9c6b5836d (diff)
downloadgitlab-ce-0e9775816a13feabf1ae0d4940ef30bba1196d40.tar.gz
Rename tab from 'Todos' to 'To do'
-rw-r--r--app/views/dashboard/todos/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml
index a91f8f24f8c..8340c799c53 100644
--- a/app/views/dashboard/todos/index.html.haml
+++ b/app/views/dashboard/todos/index.html.haml
@@ -6,7 +6,7 @@
%li{class: ('active' if params[:state].blank? || params[:state] == 'pending')}
= link_to page_filter_path(state: 'pending') do
%span
- Todos
+ To do
%span{class: 'badge'}
= todos_pending_count
%li{class: ('active' if params[:state] == 'done')}