diff options
author | feld <feld@feld.me> | 2020-05-08 19:48:39 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-05-08 19:48:39 +0000 |
commit | 3a014dd6095b3096d4e7bc8e16908e8b70ad8b96 (patch) | |
tree | bdf60eeec36b9acd57beefd02b2f9016a85d1338 | |
parent | 65299daa85f259fcb97779fe3ef1821522f79f13 (diff) | |
parent | c9344b5f2dd225dfbb34b168f2466f8a0b002364 (diff) | |
download | pleroma-3a014dd6095b3096d4e7bc8e16908e8b70ad8b96.tar.gz pleroma-3a014dd6095b3096d4e7bc8e16908e8b70ad8b96.zip |
Merge branch 'chore/description-grammar' into 'develop'
Minor grammar nit
See merge request pleroma/pleroma!2496
-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" |