chore: Fix empty state

This commit is contained in:
iamsivin
2024-11-11 23:31:32 +05:30
parent bda9f0208a
commit b39e25f9e2
2 changed files with 20 additions and 12 deletions
@@ -585,7 +585,8 @@
"TITLE": "No contacts found in this account",
"SUBTITLE": "Start adding new contacts by clicking on the button below",
"BUTTON_LABEL": "Add contact",
"SEARCH_EMPTY_STATE_TITLE": "No contacts found"
"SEARCH_EMPTY_STATE_TITLE": "No contacts matches your search 🔍",
"LIST_EMPTY_STATE_TITLE": "No contacts available in this view 📋"
}
}
}