[WEB-5248] chore: empty state code refactor and translation fix (#8017)

* chore: empty state code refactor and translation fix

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2025-10-27 19:55:46 +05:30 committed by GitHub
parent 3faf768112
commit cf7f891bcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 52 additions and 59 deletions

View file

@ -137,8 +137,8 @@ export const InboxSidebar: FC<IInboxSidebarProps> = observer((props) => {
{getAppliedFiltersCount > 0 ? (
<EmptyStateDetailed
assetKey="search"
title={t("common.search.title")}
description={t("common.search.description")}
title={t("common_empty_state.search.title")}
description={t("common_empty_state.search.description")}
assetClassName="size-20"
/>
) : currentTab === EInboxIssueCurrentTab.OPEN ? (