diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-24 11:19:12 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-24 11:19:12 +0300 |
commit | e9d8a84790259572e59d79b75947b4ab81dc132b (patch) | |
tree | fa5fc1065b9225be31a013e2975fc87ccdc9450b | |
parent | a182d400d7d5aa414240b156965533c0e9b222d0 (diff) | |
download | pleroma-e9d8a84790259572e59d79b75947b4ab81dc132b.tar.gz |
better descriptions for email fields for admin-fe
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index f941349d5..04174b6b6 100644 --- a/config/description.exs +++ b/config/description.exs @@ -515,6 +515,7 @@ config :pleroma, :config_description, [ }, %{ key: :email, + label: "Admin Email Address", type: :string, description: "Email used to reach an Administrator/Moderator of the instance", suggestions: [ @@ -523,8 +524,9 @@ config :pleroma, :config_description, [ }, %{ key: :notify_email, + label: "Sender Email Address", type: :string, - description: "Email used for notifications", + description: "Envelope FROM address for mail sent via Pleroma", suggestions: [ "notify@example.com" ] |