Skip to content

Commit

Permalink
fix(QualityBar): fix tooltip label typo (#5464)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcaldeira authored Dec 5, 2024
1 parent 560ba2a commit d4da631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/moody-rockets-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-components': minor
---

fix(QualityBar): fix tooltip label typo
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const QualityBar = ({
tooltipLabels={{
empty: t('EMPTY_VALUES', {
defaultValue: '{{value}} empty value ({{percentage}}%)',
defaultValue_other: '{{value}} empty valuesssss ({{percentage}}%)',
defaultValue_other: '{{value}} empty values ({{percentage}}%)',
count: empty,
percentage: percentages.empty,
value: QualityBarDS.formatNumber(empty),
Expand Down

0 comments on commit d4da631

Please sign in to comment.