The display title, accessible as $view->human_name, does not print the translated display title when used in a tpl file.
$view->human_name
Closing. I found out I should use ->getTitle(). Sorry about that.
->getTitle()
Comments
Comment #1
moniuch commentedClosing. I found out I should use
->getTitle(). Sorry about that.