diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-21 16:02:57 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-21 16:02:57 -0500 |
commit | 7b2bf381e9513450ac26826b11dfbb19ac75802f (patch) | |
tree | 01873cf0c762d4ace9ce3e8e8748b8385bff7474 /config | |
parent | 59680f27ff0e1da2eb3c0506e3655f5c7b86a7ec (diff) | |
download | pleroma-7b2bf381e9513450ac26826b11dfbb19ac75802f.tar.gz |
Chase the Autolinker rename from !2677
Diffstat (limited to 'config')
-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 097e98633..ac3dfbb2b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2445,7 +2445,7 @@ config :pleroma, :config_description, [ %{ group: :pleroma, key: Pleroma.Formatter, - label: "Auto Linker", + label: "Linkify", type: :group, description: "Configuration for Pleroma's link formatter which parses mentions, hashtags, and URLs.", |