Added missing translation for action success.

This commit is contained in:
Jan Böhmer 2020-05-24 20:20:44 +02:00
parent 65c538e552
commit 9d6ca8be31

View file

@ -90,7 +90,7 @@ class PartListsController extends AbstractController
//Save changes
$this->entityManager->flush();
$this->addFlash('success', 'Done');
$this->addFlash('success', 'part.table.actions.success');
}