Merge pull request #28912 from mahsem/translation_chart_widget

fix: translation_chart_widget
This commit is contained in:
Akhil Narang 2025-01-06 11:33:34 +05:30 committed by GitHub
commit 443ba6004e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",