Merge branch 'fix/better-descriptions-for-email-fields' into 'develop'

Better descriptions for email fields for admin-fe

Closes admin-fe#67

See merge request pleroma/pleroma!2138
This commit is contained in:
feld 2020-01-24 13:54:44 +00:00
commit 0a5e792454
1 changed files with 3 additions and 1 deletions

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