Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrodo committed Sep 7, 2024
1 parent c9ca475 commit bda5a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SearchPage = (props: SearchPageProps) => {
const [limit, setLimit] = useState(24);
const handlers = useRef<NumberInputHandlers>();

useDocumentTitle("VODArchiv - Search");
useDocumentTitle("VODArchiv - Suche");

useEffect(() => {
if (props.q && props.q.length > 0) {
Expand Down

0 comments on commit bda5a96

Please sign in to comment.