feat: Contact Empty state

This commit is contained in:
iamsivin
2024-11-11 22:38:08 +05:30
parent ae804baf9b
commit fd4b1f2d21
7 changed files with 349 additions and 8 deletions
@@ -580,6 +580,12 @@
"DELETE_ERROR": "Unable to delete attribute. Please try again later"
}
}
},
"EMPTY_STATE": {
"TITLE": "Your contacts list is empty",
"SUBTITLE": "Start building your customer relationships by adding contacts or importing them from your existing database.",
"BUTTON_LABEL": "Add contact",
"SEARCH_EMPTY_STATE_TITLE": "No contacts found"
}
}
}