Make transparency_exclusions use tuples in admin-fe
[akkoma] / lib / pleroma / web / activity_pub / mrf / keyword_policy.ex
index aebf78b4673a80a189bef2c3bcb1e50c5e002ff8..1383fa757365836c2d102212f2c0c9868cb9ff62 100644 (file)
@@ -159,8 +159,8 @@ defmodule Pleroma.Web.ActivityPub.MRF.KeywordPolicy do
         %{
           key: :replace,
           type: {:list, :tuple},
-          keyPlaceholder: "pattern",
-          valuePlaceholder: "replacement",
+          key_placeholder: "instance",
+          value_placeholder: "reason",
           description: """
             **Pattern**: a string or [Regex](https://hexdocs.pm/elixir/Regex.html) in the format of `~r/PATTERN/`.