[COMPONENT][Language] Fix template name in language sorting

This commit is contained in:
Hugo Sales 2022-01-21 20:55:25 +00:00 committed by Diogo Peralta Cordeiro
parent 3d9edd1db8
commit 559f6d650b
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class Language extends Controller
}
return [
'_template' => 'settings/sort_languages.html.twig',
'_template' => 'language/sort.html.twig',
'form' => $form->createView(),
];
}