mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
fileSource string is unused
This commit is contained in:
parent
1666f89180
commit
2b52d9f9ab
2 changed files with 0 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ module.exports = class Dashboard extends UIPlugin {
|
|||
copyLinkToClipboardSuccess: 'Link copied to clipboard',
|
||||
copyLinkToClipboardFallback: 'Copy the URL below',
|
||||
copyLink: 'Copy link',
|
||||
fileSource: 'File source: %{name}',
|
||||
back: 'Back',
|
||||
addMore: 'Add more',
|
||||
removeFile: 'Remove file',
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ en_US.strings = {
|
|||
exceedsSize: '%{file} exceeds maximum allowed size of %{size}',
|
||||
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct',
|
||||
failedToUpload: 'Failed to upload %{file}',
|
||||
fileSource: 'File source: %{name}',
|
||||
filesUploadedOfTotal: {
|
||||
'0': '%{complete} of %{smart_count} file uploaded',
|
||||
'1': '%{complete} of %{smart_count} files uploaded',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue