Skip to content

Commit

Permalink
fix: sidebar filter placeholder label
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Dec 16, 2024
1 parent f96633b commit 3259147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sidebar/sidenav/SidenavFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const SidenavFilter = ({ onChange }: SidenavParentProps) => {
dense
type="text"
value={value}
placeholder={i18n.t('Search for menu items')}
placeholder={i18n.t('Search menu items')}
onChange={handleChange}
/>
)
Expand Down

0 comments on commit 3259147

Please sign in to comment.