mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 18:49:15 +00:00
update healthcheck route in locale string
This commit is contained in:
parent
a18b5755b4
commit
292f0444d0
|
@ -790,7 +790,7 @@
|
||||||
%{
|
%{
|
||||||
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,
|
||||||
|
|
|
@ -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 ""
|
||||||
|
|
Loading…
Reference in a new issue