Notes lifecycle events added to job details.

This commit is contained in:
Patrick Fic
2020-01-21 15:11:04 -08:00
parent 26745f2e62
commit 4bac820887
14 changed files with 546 additions and 90 deletions

View File

@@ -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": {