Translation cleanup (#5370)
* use correct translation key * de-duplicate translation
This commit is contained in:
@@ -71,7 +71,7 @@ class MultiUpdateTableDTO
|
||||
|
||||
public function addUpdate(string $url): MultiUpdateTableDTO
|
||||
{
|
||||
$this->actions['action.edit'] = $url;
|
||||
$this->actions['edit'] = $url;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user