Skip to content

Commit

Permalink
Fix spelling error in setting-label-list.tsx (#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveanthonyc committed Dec 22, 2023
1 parent d4b6f4f commit d76840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/labels/project-setting-label-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const ProjectSettingsLabelList: React.FC = observer(() => {
{projectLabels && projectLabels.length === 0 && (
<EmptyState
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}
primaryButton={{
text: "Add label",
Expand Down

0 comments on commit d76840f

Please sign in to comment.