mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Added missing translation for action success.
This commit is contained in:
parent
65c538e552
commit
9d6ca8be31
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class PartListsController extends AbstractController
|
|||
//Save changes
|
||||
$this->entityManager->flush();
|
||||
|
||||
$this->addFlash('success', 'Done');
|
||||
$this->addFlash('success', 'part.table.actions.success');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue