Browse Source

better descriptions for email fields for admin-fe

revert/attachment-cleanup
Alexander Strizhakov 4 years ago
parent
commit
e9d8a84790
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      config/description.exs

+ 3
- 1
config/description.exs View File

@@ -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"
]


Loading…
Cancel
Save