Fixed incorrect usage of "relations" as a short form of "relationships".
[akkoma] / config / description.exs
index 732c767344387445d03304b19893bd15ec47a859..68fa8b03bf0dba9476f59398a85cf9bd0d979412 100644 (file)
@@ -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}]]
       },
       %{