diff options
author | lain <lain@soykaf.club> | 2020-08-26 13:53:16 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-26 13:53:16 +0200 |
commit | b76839e0087a92aa138b4c0dd57ec26f0c539156 (patch) | |
tree | b1349dca212b3dbfb7753c4c66e0536d78b48a68 | |
parent | 797535155051e75227fca611c3486c02c01a98b3 (diff) | |
download | pleroma-b76839e0087a92aa138b4c0dd57ec26f0c539156.tar.gz |
Cheatsheet: Remove misleading example
-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, |