summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-18 17:17:27 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-18 17:17:27 +0000
commit0e0f1dea089197fc3520ca3f520f6fff42417af3 (patch)
treeb96c7dd92640c62caf8e39e0ee3e35dbde708613
parent2717675fbc10c97904e6a3eebf498d2c53fe5ce5 (diff)
parent283c3df8003780f34937851d0bd7d3ec1ae6ca84 (diff)
downloadgitlab-ce-0e0f1dea089197fc3520ca3f520f6fff42417af3.tar.gz
Merge branch 'rs-empty-todo-messages' into 'master'
Improve consistency of empty todo list messages - They all now end with punctuation - Not everyone enjoys, or can even drink, coffee - The "High five!" message had no context for why we were high-fiving - "Henceforth" is one word [ci skip] See merge request !7572
-rw-r--r--config/no_todos_messages.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/config/no_todos_messages.yml b/config/no_todos_messages.yml
index 8372fb4ebe9..264a975b614 100644
--- a/config/no_todos_messages.yml
+++ b/config/no_todos_messages.yml
@@ -1,13 +1,11 @@
-# When the Todos list on the user's dashboard becomes empty, one of the messages below shows up randomly.
+# When the todo list on the user's dashboard becomes empty, a random message
+# from the list below will be shown.
#
# If you come up with a fun one, please feel free to contribute it to GitLab!
# https://about.gitlab.com/contributing/
-
---
- Good job! Looks like you don't have any todos left.
-- Coffee really tastes better without any todos left.
-- Isn't an empty To Do list beautiful?
-- Time for a rewarding coffee break
+- Isn't an empty todo list beautiful?
- Give yourself a pat on the back!
-- High five!
-- Hence forth you shall be known as 'Todo Destroyer' \ No newline at end of file
+- Nothing left to do, high five!
+- Henceforth you shall be known as "Todo Destroyer".