diff --git a/packages/components/src/query-controls/index.tsx b/packages/components/src/query-controls/index.tsx index 205a53b6df2159..de53c63a9b8a82 100644 --- a/packages/components/src/query-controls/index.tsx +++ b/packages/components/src/query-controls/index.tsx @@ -96,7 +96,7 @@ export function QueryControls( { value: 'date/asc', }, { - /* translators: Label for ordering posts by title in ascending order.translators: */ + /* translators: Label for ordering posts by title in ascending order. */ label: __( 'A → Z' ), value: 'title/asc', },