logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 0a5e7924542415ec2c28680b50d38909350aedeb
parent: 8533b63d1f75cad58560431aa762ce817f16d77c
Author: feld <feld@feld.me>
Date:   Fri, 24 Jan 2020 13:54:44 +0000

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

Diffstat:

Mconfig/description.exs4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

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