diff --git a/app/javascript/dashboard/i18n/locale/en/contact.json b/app/javascript/dashboard/i18n/locale/en/contact.json index a7db8480f..21e8dd1b2 100644 --- a/app/javascript/dashboard/i18n/locale/en/contact.json +++ b/app/javascript/dashboard/i18n/locale/en/contact.json @@ -555,10 +555,12 @@ "WROTE": "wrote", "YOU": "You", "SAVE": "Save note", + "ADD_NOTE": "Add contact note", "EXPAND": "Expand", "COLLAPSE": "Collapse", "NO_NOTES": "No notes, you can add notes from the contact details page.", - "EMPTY_STATE": "There are no notes associated to this contact. You can add a note by typing in the box above." + "EMPTY_STATE": "There are no notes associated to this contact. You can add a note by typing in the box above.", + "CONVERSATION_EMPTY_STATE": "There are no notes yet. Use the Add note button to create one." } }, "EMPTY_STATE": { diff --git a/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactNotes.vue b/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactNotes.vue index 66b6876b1..c828c60ef 100644 --- a/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactNotes.vue +++ b/app/javascript/dashboard/routes/dashboard/conversation/contact/ContactNotes.vue @@ -1,21 +1,34 @@