Skip to content

Commit

Permalink
fix: edit translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kim.tran committed Nov 20, 2023
1 parent 9c41935 commit 7a934e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/portal-integration-angular/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"MENU_TOGGLE": "Menu"
},
"OCX_DIAGRAM": {
"SUM": "Gesamtanzahl",
"SUM": "Total",
"NO_DATA": "There is no data available"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DiagramData } from '../../../model/diagram-data'
})
export class DiagramComponent implements OnInit, OnChanges {
@Input() data: DiagramData[] | undefined
@Input() sumKey = 'SEARCH.SUMMARY_TITLE'
@Input() sumKey = 'OCX_DIAGRAM.SUM'
@Output() dataSelected: EventEmitter<any> = new EventEmitter()
chartOptions: ChartOptions | undefined
chartData: ChartData | undefined
Expand Down

0 comments on commit 7a934e4

Please sign in to comment.