[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
No known key found for this signature in database
GPG Key ID: 18D2D35001FBFAB0

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(),
];
}