diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-06 13:15:23 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-06 13:15:23 +0300 |
commit | 7a2e153a8dec4337f16aeacab534f26f720cb5eb (patch) | |
tree | aae7861a939aacd06d827421faeda10fb4be2771 | |
parent | bdf0a87be95f311b094273d67244914173ee9dac (diff) | |
download | pleroma-7a2e153a8dec4337f16aeacab534f26f720cb5eb.tar.gz |
description change
-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, |