diff options
Diffstat (limited to 'app/i18n/pt-br/sub.php')
-rw-r--r-- | app/i18n/pt-br/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index 57750af6a..a54be7569 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -88,7 +88,7 @@ return array( '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO 'xpath' => array( '_' => 'XPath for JSON in HTML', // TODO - 'help' => 'Example: <code>//script[@type="application/json"]</code>', // TODO + 'help' => 'Example: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // TODO ), ), 'html_xpath' => array( |