diff options
author | lain <lain@soykaf.club> | 2020-06-12 14:03:33 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-12 14:03:33 +0000 |
commit | 4655407451c8dd05b6024f607e598359047efce2 (patch) | |
tree | 3baa2fff068f52a26a642b530bdb83d0b8cf68e8 | |
parent | d44843e6774ed1c60d510a5307e0113e39569416 (diff) | |
download | pleroma-4655407451c8dd05b6024f607e598359047efce2.tar.gz |
Apply suggestion to config/description.exs
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 086a28ace..add1601e2 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1476,7 +1476,7 @@ config :pleroma, :config_description, [ key: :mrf_activity_expiration, label: "MRF Activity Expiration Policy", type: :group, - description: "Adds expiration to all local Create activities", + description: "Adds expiration to all local Create Note activities", children: [ %{ key: :days, |