@tetacom/svg-charts 1.7.25 → 1.7.26

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.
@@ -2765,7 +2765,7 @@ class SeriesControlsComponent {
2765
2765
  clear() {
2766
2766
  this.dialogService
2767
2767
  .confirm({
2768
- title: this.translocoService.translate('chart.confirm_settings_reset'),
2768
+ title: this.translocoService.translate('charts.confirm_settings_reset'),
2769
2769
  })
2770
2770
  .subscribe((result) => {
2771
2771
  if (result) {