diff options
| -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 0ac1f4d8d..6b912a07e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2178,7 +2178,7 @@ config :pleroma, :config_description, [        %{          key: :new_window,          type: :boolean, -        description: "Set to `false` to remove target='_blank' attribute" +        description: "Link urls will open in new window/tab"        },        %{          key: :truncate,  | 
