Skip to content

Commit b6e9213

Browse files
committed
Change "Search questions" capitalisation
This is now consistent with the concepts/practice tests sidebars and the designs.
1 parent 9f45b8f commit b6e9213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/elements/layout/SidebarLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export const QuestionFinderSidebar = (props: QuestionFinderSidebarProps) => {
531531
return <ContentSidebar {...rest}>
532532
<div className="section-divider"/>
533533
<search>
534-
<h5>Search Questions</h5>
534+
<h5>Search questions</h5>
535535
<Input
536536
className='search--filter-input my-4'
537537
type="search" value={internalSearchText || ""}

0 commit comments

Comments
 (0)