Skip to content

Commit

Permalink
chore: update some copy (janhq#3034)
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
  • Loading branch information
namchuai authored Jun 13, 2024
1 parent 491f563 commit 059acb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/containers/ModelDropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ const ModelDropdown = ({
className="h-6 gap-1 px-2"
options={[
{ name: 'All', value: 'all' },
{ name: 'Local', value: 'local' },
{ name: 'Remote', value: 'remote' },
{ name: 'On-device', value: 'local' },
{ name: 'Cloud', value: 'remote' },
]}
onValueChange={(value) => setSearchFilter(value)}
onOpenChange={(open) => setFilterOptionsOpen(open)}
Expand Down

0 comments on commit 059acb0

Please sign in to comment.