Notes lifecycle events added to job details.
This commit is contained in:
@@ -96,13 +96,26 @@
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"actions": {
|
||||
"actions": "Actions",
|
||||
"deletenote": "Delete Note",
|
||||
"edit": "Edit Note",
|
||||
"new": "New Note"
|
||||
},
|
||||
"fields": {
|
||||
"createdby": "Created By",
|
||||
"critical": "Critical",
|
||||
"private": "Private",
|
||||
"text": "Contents"
|
||||
"text": "Contents",
|
||||
"updatedat": "Updated At"
|
||||
},
|
||||
"labels": {
|
||||
"newnoteplaceholder": "Add a note..."
|
||||
},
|
||||
"successes": {
|
||||
"created": "Note created successfully.",
|
||||
"deleted": "Note deleted successfully.",
|
||||
"updated": "Note updated successfully."
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
|
||||
Reference in New Issue
Block a user