+
e.stopPropagation()}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ >
+ setVisible(true)}
+ style={{
+ height: "19px",
+ }}
+ >
+
+ {record.date_last_contacted}
+
+
+
+
+ );
+}
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 7a1590ba5..ba295c6bc 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -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.",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 6ce6c9bc8..679ce223d 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1739,6 +1739,9 @@
"edit": "Editar nota",
"new": "Nueva nota"
},
+ "errors": {
+ "inserting": ""
+ },
"fields": {
"createdby": "Creado por",
"critical": "Crítico",
@@ -1747,7 +1750,8 @@
"updatedat": "Actualizado en"
},
"labels": {
- "newnoteplaceholder": "Agrega una nota..."
+ "newnoteplaceholder": "Agrega una nota...",
+ "notetoadd": ""
},
"successes": {
"create": "Nota creada con éxito.",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 7198486db..aab0aa3b3 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1739,6 +1739,9 @@
"edit": "Note éditée",
"new": "Nouvelle note"
},
+ "errors": {
+ "inserting": ""
+ },
"fields": {
"createdby": "Créé par",
"critical": "Critique",
@@ -1747,7 +1750,8 @@
"updatedat": "Mis à jour à"
},
"labels": {
- "newnoteplaceholder": "Ajouter une note..."
+ "newnoteplaceholder": "Ajouter une note...",
+ "notetoadd": ""
},
"successes": {
"create": "Remarque créée avec succès.",