IO-1430 Add note on last contacted update.

This commit is contained in:
Patrick Fic
2021-10-07 16:26:48 -07:00
parent 65ade5cab8
commit 774e4cdf94
6 changed files with 196 additions and 6 deletions

View File

@@ -1739,6 +1739,9 @@
"edit": "Edit Note",
"new": "New Note"
},
"errors": {
"inserting": "Error inserting note. {{error}}"
},
"fields": {
"createdby": "Created By",
"critical": "Critical",
@@ -1747,7 +1750,8 @@
"updatedat": "Updated At"
},
"labels": {
"newnoteplaceholder": "Add a note..."
"newnoteplaceholder": "Add a note...",
"notetoadd": "Note to Add"
},
"successes": {
"create": "Note created successfully.",