diff --git a/packages/web/components/templates/article/SetLabelsControl.tsx b/packages/web/components/templates/article/SetLabelsControl.tsx
index 189be596d..75b9507dc 100644
--- a/packages/web/components/templates/article/SetLabelsControl.tsx
+++ b/packages/web/components/templates/article/SetLabelsControl.tsx
@@ -238,14 +238,14 @@ function Footer(props: FooterProps): JSX.Element {
{textMatch === 'available' && (
<>
- Use Enter to add label "{props.filterText}"
+ Use Enter to add label "{props.filterText}"
>
)}
{textMatch === 'none' && (
<>
- Use Enter to create new label "{props.filterText}"
+ Use Enter to create new label "{props.filterText}"
>
)}