diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-11-18 17:38:01 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-11-18 17:40:24 +0200 |
commit | 283c3df8003780f34937851d0bd7d3ec1ae6ca84 (patch) | |
tree | 431e313f3f2250f22e237b1d676ea806baba23c1 /config/no_todos_messages.yml | |
parent | 50b95f31396e37900e4f3176a746bb668e10745c (diff) | |
download | gitlab-ce-283c3df8003780f34937851d0bd7d3ec1ae6ca84.tar.gz |
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]
Diffstat (limited to 'config/no_todos_messages.yml')
-rw-r--r-- | config/no_todos_messages.yml | 12 |
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". |