feat: Add contact note item component (#10479)

This commit is contained in:
Sivin Varghese
2024-11-22 03:17:57 +05:30
committed by GitHub
parent 7b6195f28b
commit 79daf56c31
5 changed files with 183 additions and 0 deletions

View File

@@ -440,6 +440,15 @@
}
}
}
},
"SIDEBAR": {
"NOTES": {
"PLACEHOLDER": "Add a note",
"WROTE": "wrote",
"YOU": "You",
"SAVE": "Save note",
"EMPTY_STATE": "There are no notes associated to this contact. You can add a note by typing in the box above."
}
}
}
}