forked from github/plane
Fix spelling error in setting-label-list.tsx (#3210)
This commit is contained in:
parent
d4b6f4faf1
commit
d76840ff6f
@ -217,7 +217,7 @@ export const ProjectSettingsLabelList: React.FC = observer(() => {
|
|||||||
{projectLabels && projectLabels.length === 0 && (
|
{projectLabels && projectLabels.length === 0 && (
|
||||||
<EmptyState
|
<EmptyState
|
||||||
title="No labels yet"
|
title="No labels yet"
|
||||||
description="Create labels to help organize and filter issues in you project"
|
description="Create labels to help organize and filter issues in your project."
|
||||||
image={emptyLabel}
|
image={emptyLabel}
|
||||||
primaryButton={{
|
primaryButton={{
|
||||||
text: "Add label",
|
text: "Add label",
|
||||||
|
Loading…
Reference in New Issue
Block a user