Fix spelling error in setting-label-list.tsx (#3210)

This commit is contained in:
David Chiang 2023-12-22 22:54:02 +11:00 committed by GitHub
parent d4b6f4faf1
commit d76840ff6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",