update healthcheck route in locale string
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
flisk 2023-02-18 14:59:46 +01:00
parent a18b5755b4
commit 292f0444d0
2 changed files with 7 additions and 7 deletions

View File

@ -790,7 +790,7 @@ config :pleroma, :config_description, [
%{ %{
key: :healthcheck, key: :healthcheck,
type: :boolean, 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,

View 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" msgid "Timeout (in days) of each external federation target being unreachable prior to pausing federating to it"
msgstr "" 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 #: lib/pleroma/docs/translator.ex:5
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "config description at :pleroma-:instance > :instance_thumbnail" 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" msgctxt "config label at :pleroma-Pleroma.Web.Metadata.Providers.Theme > :theme_color"
msgid "Theme color" msgid "Theme color"
msgstr "" 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 ""