diff options
author | rinpatch <rinpatch@sdf.org> | 2020-08-26 13:11:17 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-26 13:11:17 +0000 |
commit | 6ef9db0557e366ac73b135dac11411d29327901b (patch) | |
tree | b1349dca212b3dbfb7753c4c66e0536d78b48a68 | |
parent | 797535155051e75227fca611c3486c02c01a98b3 (diff) | |
parent | b76839e0087a92aa138b4c0dd57ec26f0c539156 (diff) | |
download | pleroma-6ef9db0557e366ac73b135dac11411d29327901b.tar.gz |
Merge branch '2079-welcome-message-docs' into 'develop'
Cheatsheet: Remove misleading example
Closes #2079
See merge request pleroma/pleroma!2921
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index a09d6b6b2..2f440adf4 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -87,7 +87,7 @@ To add configuration to your config file, you can copy it from the base config. direct_message: [ enabled: true, sender_nickname: "lain", - message: "Hi, @username! Welcome on board!" + message: "Hi! Welcome on board!" ], email: [ enabled: true, |