Skip to content

Commit

Permalink
chore: typo for universal download
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Jan 16, 2025
1 parent 589fc53 commit 5298d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/containers/Layout/BottomPanel/DownloadingState/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export default function DownloadingState() {
<Fragment>
{Object.values(downloadStates)?.length > 0 && (
<Modal
title="Downloading model"
title="Downloading"
trigger={
<div className="flex cursor-pointer items-center gap-2">
<Button size="small" theme="ghost">
<span className="font-medium">
Downloading model{' '}
Downloading{' '}
{Object.values(downloadStates).length > 1 &&
`1/${Object.values(downloadStates).length}`}
</span>
Expand Down

0 comments on commit 5298d75

Please sign in to comment.