fix: minor grammar fix (#6595)
This commit is contained in:
parent
03cc819601
commit
b9da7df6b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue