diff --git a/packages/@uppy/google-photos-picker/src/GooglePhotosPicker.tsx b/packages/@uppy/google-photos-picker/src/GooglePhotosPicker.tsx index 6bc51cdc02..71ed7d6d2e 100644 --- a/packages/@uppy/google-photos-picker/src/GooglePhotosPicker.tsx +++ b/packages/@uppy/google-photos-picker/src/GooglePhotosPicker.tsx @@ -101,6 +101,7 @@ export default class GooglePhotosPicker storage={this.storage} pickerType="photos" uppy={this.uppy} + i18n={this.i18n} clientId={this.opts.clientId} onFilesPicked={this.handleFilesPicked} />