@energycap/components 0.39.21-ECAP-25650-file-upload-validation-support.20240806-1611 → 0.39.21-ECAP-25650-file-upload-validation-support.20240807-1239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -737,6 +737,9 @@ class ValidationMessageService {
737
737
  case 'invalidFile':
738
738
  translationObservables.push(this.translate.get('is invalid'));
739
739
  break;
740
+ case 'uploadFailed':
741
+ translationObservables.push(this.translate.get('UploadFailedValidationMessage_SC'));
742
+ break;
740
743
  default:
741
744
  break;
742
745
  }