summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-05-08 19:48:39 +0000
committerfeld <feld@feld.me>2020-05-08 19:48:39 +0000
commit3a014dd6095b3096d4e7bc8e16908e8b70ad8b96 (patch)
treebdf60eeec36b9acd57beefd02b2f9016a85d1338
parent65299daa85f259fcb97779fe3ef1821522f79f13 (diff)
parentc9344b5f2dd225dfbb34b168f2466f8a0b002364 (diff)
downloadpleroma-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.exs2
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"