@@ -184,7 +184,7 @@ final class TaxonomyTooltip extends GlossifyBase {
$form['glossify_taxonomy_urlpattern']=[
'#type'=>'textfield',
'#title'=>$this->t('URL pattern'),
'#description'=>$this->t('Url pattern, used for linking matched words. Accepts "[id]" as token. Example: "/taxonomy/term/[id]"'),
'#description'=>$this->t('Url pattern, used for linking matched words. Accepts "[id]" and "[name]" as token. Example: "/taxonomy/term/[id]" or "/search/[name]"'),