Skip to content

Commit

Permalink
Merge pull request #6374 from jtpio/file-browser-upload-label
Browse files Browse the repository at this point in the history
Add a label to the upload button
  • Loading branch information
jtpio authored Apr 26, 2022
2 parents 18a36d5 + ee10d22 commit a17233c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/tree-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ const browserWidget: JupyterFrontEndPlugin<void> = {
FILE_BROWSER_FACTORY,
'uploader',
(browser: FileBrowser) =>
new Uploader({ model: browser.model, translator })
new Uploader({
model: browser.model,
translator,
label: trans.__('Upload')
})
);

setToolbar(
Expand Down
Binary file modified ui-tests/test/mobile.spec.ts-snapshots/tree-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui-tests/test/mobile.spec.ts-snapshots/tree-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a17233c

Please sign in to comment.