diff --git a/packages/@uppy/core/src/locale.js b/packages/@uppy/core/src/locale.js index 16a18cf3a4..9a43be62fa 100644 --- a/packages/@uppy/core/src/locale.js +++ b/packages/@uppy/core/src/locale.js @@ -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}', diff --git a/packages/@uppy/locales/src/en_US.js b/packages/@uppy/locales/src/en_US.js index 8cf52fdc23..ec30a1dacf 100644 --- a/packages/@uppy/locales/src/en_US.js +++ b/packages/@uppy/locales/src/en_US.js @@ -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',