From abaffa40423220d3c36dc1e5008bde1d78fa61de Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Wed, 30 Jul 2025 22:31:38 +1000 Subject: [PATCH] better Apprise settings description --- front/php/templates/language/ru_ru.json | 0 front/php/templates/language/zh_cn.json | 0 front/plugins/_publisher_apprise/config.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 front/php/templates/language/ru_ru.json mode change 100644 => 100755 front/php/templates/language/zh_cn.json diff --git a/front/php/templates/language/ru_ru.json b/front/php/templates/language/ru_ru.json old mode 100644 new mode 100755 diff --git a/front/php/templates/language/zh_cn.json b/front/php/templates/language/zh_cn.json old mode 100644 new mode 100755 diff --git a/front/plugins/_publisher_apprise/config.json b/front/plugins/_publisher_apprise/config.json index 7731bfbe..8980cd86 100755 --- a/front/plugins/_publisher_apprise/config.json +++ b/front/plugins/_publisher_apprise/config.json @@ -446,7 +446,7 @@ "description": [ { "language_code": "en_us", - "string": "Select the target type sent to Apprise." + "string": "Select the target type to send to Apprise. If url is selected, the value of the APPRISE_URL setting will be used. If tag is selected, the APPRISE_TAG setting must be specified and will be used instead." }, { "language_code": "es_es",