diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-25 09:04:00 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-25 09:04:00 +0300 |
commit | e743c2232970e321c833604b232520587ad8e402 (patch) | |
tree | f036f5c972fd941229284b40a90ebd8e4f9f622d /config | |
parent | 74388336852b18d5d5f108a8305f1a038301f7a1 (diff) | |
download | pleroma-e743c2232970e321c833604b232520587ad8e402.tar.gz pleroma-e743c2232970e321c833604b232520587ad8e402.zip |
Fixed incorrect usage of "relations" as a short form of "relationships".
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 732c76734..68fa8b03b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2442,7 +2442,7 @@ config :pleroma, :config_description, [ %{ key: :relations_actions, type: [:tuple, {:list, :tuple}], - description: "For actions on relations with all users (follow, unfollow)", + description: "For actions on relationships with all users (follow, unfollow)", suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]] }, %{ |