From b9adbb4cbac68280a8ea22f01d33d896272aba6c Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Fri, 8 Mar 2024 10:18:18 +0100 Subject: [PATCH] Log/history widget: add label for undelete transactions --- django/applications/catmaid/static/libs/catmaid/transaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/django/applications/catmaid/static/libs/catmaid/transaction.js b/django/applications/catmaid/static/libs/catmaid/transaction.js index 3e77a0e7a8..13302d93eb 100644 --- a/django/applications/catmaid/static/libs/catmaid/transaction.js +++ b/django/applications/catmaid/static/libs/catmaid/transaction.js @@ -19,6 +19,7 @@ "neurons.give_to_user": "Give neuron to user", "neurons.remove": "Remove neuron", "neurons.rename": "Rename neuron", + "neurons.undelete": "Undelete neuron", "nodes.add_or_update_review": "Review node", "nodes.update_location": "Update node location", "treenodes.create": "Create treenode",