ng-ipa-library 1.4.3 → 1.4.4

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.
@@ -633,7 +633,7 @@ class FileUploadComponent {
633
633
  this.currentFiles = [];
634
634
  }
635
635
  ngOnInit() {
636
- this.label = this.isArabicForm ? 'رفع ' : 'Upload ' + this.label;
636
+ this.label = (this.isArabicForm ? 'رفع ' : 'Upload ') + this.label;
637
637
  this.config = {
638
638
  url: this.apiUrl,
639
639
  method: this.method,