diff options
author | Ilja <pleroma@spectraltheorem.be> | 2020-08-03 16:44:56 +0000 |
---|---|---|
committer | Ilja <pleroma@spectraltheorem.be> | 2020-08-03 16:44:56 +0000 |
commit | 13e5540c2c0945e9c81f5289f74526f837715c6d (patch) | |
tree | 43077177898d8805f48fe5356535e05a92e4afe2 | |
parent | f671d7e68c77e5d41dd0716f48f387561efc3999 (diff) | |
download | pleroma-13e5540c2c0945e9c81f5289f74526f837715c6d.tar.gz pleroma-13e5540c2c0945e9c81f5289f74526f837715c6d.zip |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 9c8cbacb5..439f17fd7 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1013,7 +1013,7 @@ config :pleroma, :config_description, [ description: "A message that will be sent to a newly registered users as a chat message", suggestions: [ - "Hi, @username! Welcome on board!" + "Hello, welcome on board!" ] }, %{ |