Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jul 12, 2023
1 parent ab40c4d commit ce725af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/@uppy/core/src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default {
noDuplicates:
"Cannot add the duplicate file '%{fileName}', it already exists",
companionError: 'Connection with Companion failed',
authAborted: 'Authentication aborted',
companionUnauthorizeHint:
'To unauthorize to your %{provider} account, please go to %{url}',
failedToUpload: 'Failed to upload %{file}',
Expand Down
1 change: 0 additions & 1 deletion packages/@uppy/locales/src/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ en_US.strings = {
aspectRatioLandscape: 'Crop landscape (16:9)',
aspectRatioPortrait: 'Crop portrait (9:16)',
aspectRatioSquare: 'Crop square',
authAborted: 'Authentication aborted',
authenticateWith: 'Connect to %{pluginName}',
authenticateWithTitle: 'Please authenticate with %{pluginName} to select files',
back: 'Back',
Expand Down

0 comments on commit ce725af

Please sign in to comment.