diff --git a/core/modules/toolbar/js/escapeAdmin.js b/core/modules/toolbar/js/escapeAdmin.js index 7411363..d08a72f 100644 --- a/core/modules/toolbar/js/escapeAdmin.js +++ b/core/modules/toolbar/js/escapeAdmin.js @@ -16,10 +16,10 @@ if (!drupalSettings.currentPathIsAdmin) { } /** - * Replaces the Home link with Back to site link. + * Replaces the "Home" link with "Back to site" link. * * Back to site link points to the last non-administrative page the user visited - * withing the same browser tab. + * within the same browser tab. */ Drupal.behaviors.escapeAdmin = { attach: function () {