Merge branch 'fix/better-descriptions-for-email-fields' into 'develop'
[akkoma] / config / description.exs
index 730d7d72b75a255564b9e42d33848f361d74122c..6c931c152e137dedfdb051bbce760a36ade18d75 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"
         ]