diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-16 14:52:48 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-16 14:52:48 -0500 |
commit | 6fdaee7caed16a083d751b63c3dcfd119da57b21 (patch) | |
tree | 9fbd39270facbc9de0c26ad8c8b8dc8a7c0530c4 | |
parent | 38425ebdbf157377ccb0402f78dc3d02f81c55f5 (diff) | |
download | pleroma-6fdaee7caed16a083d751b63c3dcfd119da57b21.tar.gz |
description.exs typofixes
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs index a936b7abf..b97b0a7ec 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2238,13 +2238,13 @@ config :pleroma, :config_description, [ %{ key: :new_window, type: :boolean, - description: "Link URLs will open in new window/tab." + description: "Link URLs will open in a new window/tab." }, %{ key: :truncate, type: [:integer, false], description: - "Set to a number to truncate URLs longer then the number. Truncated URLs will end in `...`", + "Set to a number to truncate URLs longer than the number. Truncated URLs will end in `...`", suggestions: [15, false] }, %{ |