update healthcheck route in locale string
authorflisk <akkomadev.mvch71fq@flisk.xyz>
Sat, 18 Feb 2023 13:59:46 +0000 (14:59 +0100)
committerflisk <akkomadev.mvch71fq@flisk.xyz>
Sat, 18 Feb 2023 13:59:46 +0000 (14:59 +0100)
config/description.exs
priv/gettext/config_descriptions.pot

index 6b151a59f4b9bb4f15cf2761e38fc4c6f02a342b..2a2d70a7b4a327a26fc92ac970db8d7cd9cf2c56 100644 (file)
@@ -790,7 +790,7 @@ config :pleroma, :config_description, [
       %{
         key: :healthcheck,
         type: :boolean,
       %{
         key: :healthcheck,
         type: :boolean,
-        description: "If enabled, system data will be shown on `/api/pleroma/healthcheck`"
+        description: "If enabled, system data will be shown on `/api/v1/pleroma/healthcheck`"
       },
       %{
         key: :remote_post_retention_days,
       },
       %{
         key: :remote_post_retention_days,
index ba3bd90a57b1718f3f8599898e64e552e11d7201..c85c7cc321e0de93ba683b1d6f909420598736b4 100644 (file)
@@ -1498,12 +1498,6 @@ msgctxt "config description at :pleroma-:instance > :federation_reachability_tim
 msgid "Timeout (in days) of each external federation target being unreachable prior to pausing federating to it"
 msgstr ""
 
 msgid "Timeout (in days) of each external federation target being unreachable prior to pausing federating to it"
 msgstr ""
 
-#: lib/pleroma/docs/translator.ex:5
-#, elixir-autogen, elixir-format
-msgctxt "config description at :pleroma-:instance > :healthcheck"
-msgid "If enabled, system data will be shown on `/api/pleroma/healthcheck`"
-msgstr ""
-
 #: lib/pleroma/docs/translator.ex:5
 #, elixir-autogen, elixir-format
 msgctxt "config description at :pleroma-:instance > :instance_thumbnail"
 #: lib/pleroma/docs/translator.ex:5
 #, elixir-autogen, elixir-format
 msgctxt "config description at :pleroma-:instance > :instance_thumbnail"
@@ -5973,3 +5967,9 @@ msgstr ""
 msgctxt "config label at :pleroma-Pleroma.Web.Metadata.Providers.Theme > :theme_color"
 msgid "Theme color"
 msgstr ""
 msgctxt "config label at :pleroma-Pleroma.Web.Metadata.Providers.Theme > :theme_color"
 msgid "Theme color"
 msgstr ""
+
+#: lib/pleroma/docs/translator.ex:5
+#, elixir-autogen, elixir-format
+msgctxt "config description at :pleroma-:instance > :healthcheck"
+msgid "If enabled, system data will be shown on `/api/v1/pleroma/healthcheck`"
+msgstr ""