fix comment

This commit is contained in:
Matthew Exon 2022-05-08 21:41:30 +02:00
parent 70ac1748c1
commit ae6ea65ae2

View file

@ -925,7 +925,7 @@ function retriever_content($a) {
'retriever_cookiedata',
DI::l10n()->t('Cookie Data'),
$retriever_rule['data']['cookiedata'],
DI::l10n()->t("Latest cookie data for this feed. Netscape cookie file format.")),
DI::l10n()->t("Latest cookie data for this feed. Example: [{\"Name\":\"cookie-name\",\"Value\":\"cookie-value\",\"Domain\":\"example.com\",\"Path\":\"\\/path\\/\",\"Max-Age\":null,\"Expires\":1682450014,\"Secure\":true,\"Discard\":false,\"HttpOnly\":true}]")),
'$customxslt' => array(
'retriever_customxslt',
DI::l10n()->t('Custom XSLT'),