mirror of
https://github.com/makeplane/plane.git
synced 2026-01-31 02:39:32 -06:00
fix: minor grammar fix (#6595)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user