diff -u b/redirect.module b/redirect.module --- b/redirect.module +++ b/redirect.module @@ -511,7 +511,7 @@ '#attributes' => ['class' => ['action-links']], ]; $form['url_redirects']['actions']['#links']['add'] = [ - 'title' => t('Add URL redirect to this @node_type', ['@node_type' => $type->label()]), + 'title' => t('Add URL redirect to this %type', ['%type' => $type->label()]), 'url' => Url::fromRoute('redirect.add', [ 'redirect' => "/node/$nid", 'destination' => $current_page->toString(),