How to rename / translate the title "SUMMARY" when using TOTAL SUM or AVERAGE of COLUMN

Hello. I am using the:
->summarize([
Average::make()->label('Promedio')->formatStateUsing(fn ($state) => '$' . number_format($state / 100, 2)),
Sum::make()->label('Suma')->formatStateUsing(fn ($state) => '$' . number_format($state / 100, 2)),
]),
->summarize([
Average::make()->label('Promedio')->formatStateUsing(fn ($state) => '$' . number_format($state / 100, 2)),
Sum::make()->label('Suma')->formatStateUsing(fn ($state) => '$' . number_format($state / 100, 2)),
]),
But I get the label SUMMARY in English and I do not know where to change that label. I have already changed the label for the Average and the Total but not for the word SUMMARY.
1 Reply
Want results from more Discord servers?
Add your server