diff options
author | lain <lain@soykaf.club> | 2020-07-27 12:24:41 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-27 12:24:41 +0000 |
commit | 0d5d1c62efa94ea8fd204dbe4a77073b0374cad4 (patch) | |
tree | 674fa5448160e104c777f4baa24aa0f2cac610f4 | |
parent | 643664d58365c88beb8a6da9c02a15ec6c8ef48d (diff) | |
download | pleroma-0d5d1c62efa94ea8fd204dbe4a77073b0374cad4.tar.gz pleroma-0d5d1c62efa94ea8fd204dbe4a77073b0374cad4.zip |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | lib/pleroma/config/deprecation_warnings.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/config/deprecation_warnings.ex b/lib/pleroma/config/deprecation_warnings.ex index 1401cbdf6..0f52eb210 100644 --- a/lib/pleroma/config/deprecation_warnings.ex +++ b/lib/pleroma/config/deprecation_warnings.ex @@ -68,7 +68,7 @@ defmodule Pleroma.Config.DeprecationWarnings do if use_old_config do Logger.error(""" !!!DEPRECATION WARNING!!! - Your config is using old namespaces for Welcome messages configuration. You are need to change to new namespaces: + Your config is using the old namespace for Welcome messages configuration. You need to change to the new namespace: \n* `config :pleroma, :instance, welcome_user_nickname` is now `config :pleroma, :welcome, :direct_message, :sender_nickname` \n* `config :pleroma, :instance, welcome_message` is now `config :pleroma, :welcome, :direct_message, :message` """) |