diff --git a/core/modules/locale/locale.routing.yml b/core/modules/locale/locale.routing.yml index 4f4a0ce..2047229 100644 --- a/core/modules/locale/locale.routing.yml +++ b/core/modules/locale/locale.routing.yml @@ -8,6 +8,6 @@ locale_settings: locale_check_translation: pattern: '/admin/reports/translations/check' defaults: - _content: 'Drupal\locale\Controller\LocaleController::checkTranslation' + _controller: 'Drupal\locale\Controller\LocaleController::checkTranslation' requirements: _permission: 'translate interface'