Ive set a pattern for term pages so /taxonomy/term/1 is the same as /term-1-name

Ive got a View with 2 pages that uses the term ID as an argument.

The first View page overrides the term page at taxonomy/term/%. This is working fine.

The second View page is at taxonomy/term/%/something. The View is working fine except no path alias is created. I need the view to be at /term-1-name/something