@fuentis/phoenix-ui 0.0.9-alpha.295 → 0.0.9-alpha.296

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.
@@ -3050,7 +3050,7 @@ class MetaAssignResponsibleComponent {
3050
3050
  }
3051
3051
  assignResponsible() {
3052
3052
  const ref = this.dialogService.open(ObjectItemDialogComponent, {
3053
- header: 'LABELS.ASSIGN_RESPONSIBLE',
3053
+ header: this.translateService.instant('LABELS.ASSIGN_RESPONSIBLE'),
3054
3054
  width: '700px',
3055
3055
  modal: true,
3056
3056
  data: {
@@ -5589,7 +5589,7 @@ class MetaAssignAssetComponent {
5589
5589
  }
5590
5590
  assignAsset() {
5591
5591
  const ref = this.dialogService.open(ObjectItemDialogComponent, {
5592
- header: 'LABELS.ASSIGN_ASSET_GROUP',
5592
+ header: this.translateService.instant('LABELS.ASSIGN_ASSET_GROUP'),
5593
5593
  width: '700px',
5594
5594
  height: '400px',
5595
5595
  modal: true,