fix: minor grammar fix (#6595)

This commit is contained in:
Prateek Shourya
2025-02-12 16:10:01 +05:30
committed by GitHub
parent 03cc819601
commit b9da7df6b7

View File

@@ -27,7 +27,7 @@ export const IssueDefaultActivity: FC<TIssueDefaultActivity> = observer((props)
icon={<LayersIcon width={14} height={14} className="text-custom-text-200" aria-hidden="true" />}
ends={ends}
>
<>{activity.verb === "created" ? " created the work item." : " deleted an work item."}</>
<>{activity.verb === "created" ? " created the work item." : " deleted a work item."}</>
</IssueActivityBlockComponent>
);
});