better descriptions for email fields for admin-fe
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 24 Jan 2020 08:19:12 +0000 (11:19 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 24 Jan 2020 08:19:12 +0000 (11:19 +0300)
config/description.exs

index f941349d55d9497e620bf46399e004e19570ae1d..04174b6b6c76041c4e9d32a332d0248cadd20ada 100644 (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"
         ]