diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-08 14:36:59 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-08 14:36:59 -0500 |
commit | c9344b5f2dd225dfbb34b168f2466f8a0b002364 (patch) | |
tree | bdf60eeec36b9acd57beefd02b2f9016a85d1338 | |
parent | 65299daa85f259fcb97779fe3ef1821522f79f13 (diff) | |
download | pleroma-c9344b5f2dd225dfbb34b168f2466f8a0b002364.tar.gz |
Minor grammar nit
-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 39e094082..504161a9f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -712,7 +712,7 @@ config :pleroma, :config_description, [ key: :quarantined_instances, type: {:list, :string}, description: - "List of ActivityPub instances where private (DMs, followers-only) activities will not be send", + "List of ActivityPub instances where private (DMs, followers-only) activities will not be sent", suggestions: [ "quarantined.com", "*.quarantined.com" |