diff options
author | lain <lain@soykaf.club> | 2020-08-26 15:58:49 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-26 15:58:49 +0200 |
commit | 5dba3a50fcdb673473315ec9e425e1cf5ad52c3e (patch) | |
tree | 60a8c52d8df1bf596ac44a47580354efba436153 /docs/configuration/cheatsheet.md | |
parent | fc42446755d5284a2406633358ab8edfa8c0ab0c (diff) | |
parent | 6f17aea066498bf070f0decb3ac0508c6b04e3b8 (diff) | |
download | pleroma-5dba3a50fcdb673473315ec9e425e1cf5ad52c3e.tar.gz pleroma-5dba3a50fcdb673473315ec9e425e1cf5ad52c3e.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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, |