#202 Actions on route transitions (#204)

#202 Actions on route transition
This commit is contained in:
Benjamin Gamard
2018-03-12 22:55:04 +01:00
committed by GitHub
parent 9ca27d7c12
commit 995e45d28f
19 changed files with 472 additions and 50 deletions
+6 -1
View File
@@ -301,7 +301,9 @@
"type_validate": "Validate",
"target": "Assigned to",
"target_help": "<strong>Approve:</strong> Accept or reject the review<br/><strong>Validate:</strong> Review and continue the workflow",
"add_step": "Add a workflow step"
"add_step": "Add a workflow step",
"actions": "What happens after?",
"remove_action": "Remove action"
}
},
"security": {
@@ -507,6 +509,9 @@
"number": "Number required",
"no_space": "Spaces are not allowed"
},
"action_type": {
"ADD_TAG": "Add this tag"
},
"pagination": {
"previous": "Previous",
"next": "Next",