Merge pull request #28912 from mahsem/translation_chart_widget
fix: translation_chart_widget
This commit is contained in:
commit
443ba6004e
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ export default class ChartWidget extends Widget {
|
|||
},
|
||||
},
|
||||
{
|
||||
label: this.chart_settings.timespan || this.chart_doc.timespan,
|
||||
label: __(this.chart_settings.timespan) || __(this.chart_doc.timespan),
|
||||
options: [
|
||||
"Select Date Range",
|
||||
"Last Year",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue