jsonapi.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jsonapi.module b/jsonapi.module
index 78ddfc2..b8f72cb 100644
--- a/jsonapi.module
+++ b/jsonapi.module
@@ -99,9 +99,9 @@ function jsonapi_help($route_name, RouteMatchInterface $route_match) {
$output .= '
' . t('Some multilingual features currently do not work well with JSON:API. See the JSON:API multilingual support documentation for more information on the current status of multilingual support.', [
':jsonapi-docs' => 'https://www.drupal.org/docs/8/modules/jsonapi/translations',
]) . '';
- $output .= '' . t('Revision support is currently read-only and only for the "Content" and "Media" entity types in JSON:API due to limitations in Drupal core. See the JSON:API revision support documentation for more information on the current status of revision support.', [
- ':jsonapi-docs' => 'https://www.drupal.org/docs/8/modules/jsonapi/revisions',
- ]) . '';
+ $output .= '' . t('Revision support is currently read-only and only for the "Content" and "Media" entity types in JSON:API. See the JSON:API revision support documentation for more information on the current status of revision support.', [
+ ':jsonapi-docs' => 'https://www.drupal.org/docs/8/modules/jsonapi/revisions',
+ ]) . '';
$output .= '';
return $output;