Skip to content

Commit

Permalink
Merge branch 'main' into move-js-client
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored Mar 24, 2023
2 parents beb86c5 + 9d3f58b commit afbb418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

- Fixed bug where text for altair plots was not legible in dark mode by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3555](https://github.com/gradio-app/gradio/pull/3555)
- Fixes `Chatbot` and `Image` components so that files passed during processing are added to a directory where they can be served from, by [@abidlabs](https://github.com/abidlabs) in [PR 3523](https://github.com/gradio-app/gradio/pull/3523)
- Fixed bug where "or" was not being localized in file upload text by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3599](https://github.com/gradio-app/gradio/pull/3599)

## Documentation Changes:

Expand Down
2 changes: 1 addition & 1 deletion ui/packages/app/src/components/UploadText.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div class="wrap">
{$_(defs[type])}
<span class="or">- or -</span>
<span class="or">- {$_("or")} -</span>
{$_("interface.click_to_upload")}
</div>

Expand Down

0 comments on commit afbb418

Please sign in to comment.