diff -u b/core/modules/action/action.module b/core/modules/action/action.module --- b/core/modules/action/action.module +++ b/core/modules/action/action.module @@ -22,9 +22,9 @@ $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Using simple actions') . '
'; - $output .= '
' . t('Simple actions do not require configuration and are listed automatically as available on the Actions page.', [':actions' => Url::fromRoute('entity.action.collection')->toString()]) . '
'; + $output .= '
' . t('Simple actions do not require configuration and are listed automatically as available on the Actions UI page.', [':actions' => Url::fromRoute('entity.action.collection')->toString()]) . '
'; $output .= '
' . t('Creating and configuring advanced actions') . '
'; - $output .= '
' . t('Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page by selecting an action type from the drop-down list. Then configure your action, for example by specifying the recipient of an automated email message.', [':actions' => Url::fromRoute('entity.action.collection')->toString()]) . '
'; + $output .= '
' . t('Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions UI page by selecting an action type from the drop-down list. Then configure your action, for example by specifying the recipient of an automated email message.', [':actions' => Url::fromRoute('entity.action.collection')->toString()]) . '
'; $output .= '
'; return $output;