[WEB-2254] fix: change message for issue via link empty state (#5492)
* change empty state message for issues opened via link * remove log statement
This commit is contained in:
parent
fd3e3d1a19
commit
1ef535af7b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ const IssueDetailsPage = observer(() => {
|
|||
<EmptyState
|
||||
image={resolvedTheme === "dark" ? emptyIssueDark : emptyIssueLight}
|
||||
title="Issue does not exist"
|
||||
description="The issue you are looking for does not exist or has been deleted."
|
||||
description="The issue you are looking for does not exist, has been archived, or has been deleted."
|
||||
primaryButton={{
|
||||
text: "View other issues",
|
||||
onClick: () => router.push(`/${workspaceSlug}/projects/${projectId}/issues`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue