diff --git a/core/modules/config_translation/src/ConfigMapperInterface.php b/core/modules/config_translation/src/ConfigMapperInterface.php index bf28cd1..c79c650 100644 --- a/core/modules/config_translation/src/ConfigMapperInterface.php +++ b/core/modules/config_translation/src/ConfigMapperInterface.php @@ -141,7 +141,7 @@ public function getAddRouteParameters(); public function getAddRoute(); /** - * Returns route name for the translation route. + * Returns route name for the translation edit route. * * @return string * Route name for the mapper. @@ -149,14 +149,14 @@ public function getAddRoute(); public function getEditRouteName(); /** - * Returns the route parameters for the translation route. + * Returns the route parameters for the translation edit route. * * @return array */ public function getEditRouteParameters(); /** - * Returns the route object for the translation route. + * Returns the route object for the translation edit route. * * @return \Symfony\Component\Routing\Route * The route object for the translation page.