korbit-ai[bot] commented on code in PR #32832:
URL: https://github.com/apache/superset/pull/32832#discussion_r2011030780
##########
superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:
##########
@@ -57,6 +57,19 @@ const config: ControlPanelConfig = {
},
},
],
+ [
+ {
+ name: 'subheader',
+ config: {
+ type: 'TextControl',
+ label: t('Subheader'),
+ renderTrigger: true,
+ description: t(
+ 'Description text that shows up below your Big Number. Act as
a prefix if Comparaison period lag is enabled',
+ ),
Review Comment:
### Typo in UI Description Text <sub></sub>
<details>
<summary>Tell me more</summary>
###### What is the issue?
There is a typo in the word 'Comparaison' (should be 'Comparison') in the
subheader description text.
###### Why this matters
This typo in the UI will appear to users configuring the chart and may cause
confusion or make the application appear unprofessional.
###### Suggested change ∙ *Feature Preview*
Fix the typo in the description text:
```typescript
description: t(
'Description text that shows up below your Big Number. Act as a prefix if
Comparison period lag is enabled',
),
```
###### Provide feedback to improve future suggestions
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/b4362236-5367-449b-a74f-3a5550f95cd3/upvote)
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/b4362236-5367-449b-a74f-3a5550f95cd3?what_not_true=true)
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/b4362236-5367-449b-a74f-3a5550f95cd3?what_out_of_scope=true)
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/b4362236-5367-449b-a74f-3a5550f95cd3?what_not_in_standard=true)
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/b4362236-5367-449b-a74f-3a5550f95cd3)
</details>
<sub>
💬 Looking for more details? Reply to this comment to chat with Korbit.
</sub>
<!--- korbi internal id:0cdcc5b0-71ba-474a-aa25-211e379d9c10 -->
[](0cdcc5b0-71ba-474a-aa25-211e379d9c10)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]