Skip to content

Commit

Permalink
fix: title in qBittorrent page (close AlistGo/alist#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Apr 2, 2023
1 parent c57ee5b commit 28b20e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/manage/tasks/Qbit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useManageTitle } from "~/hooks"
import { TypeTasks } from "./Tasks"

const Qbit = () => {
useManageTitle("manage.sidemenu.aria2")
useManageTitle("manage.sidemenu.qbit")
return (
<VStack w="$full" alignItems="start" spacing="$4">
<TypeTasks type="qbit_down" canRetry />
Expand Down

0 comments on commit 28b20e0

Please sign in to comment.