Skip to content

Commit

Permalink
feat(#1309381): change label add more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-goupil committed Oct 1, 2024
1 parent d2dffed commit 41f5124
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/components/public/locales/en/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"pinned.results_zero": "pinned",
"pinned.results_other": "pinned",
"noProductSearch": "No products were found",
"tree.virtual": "virtual"
"tree.virtual": "virtual",
"virtualRule.conditions": "Condition(s)"
}
3 changes: 2 additions & 1 deletion packages/components/public/locales/fr/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"pinned.results_zero": "épinglé",
"pinned.results_other": "épinglés",
"noProductSearch": "Aucun produit n'a été trouvé",
"tree.virtual": "virtuelle"
"tree.virtual": "virtuelle",
"virtualRule.conditions": "Condition(s)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ function Merchandize({
display: 'flex',
flexDirection: 'column',
gap: '28px',
paddingTop: '16px',
}}
>
<RulesManager
label={t('virtualRule.title')}
label={t('virtualRule.conditions')}
active={catConf?.isVirtual}
onChange={(value): void => {
onChange('virtualRule', value)
Expand Down

0 comments on commit 41f5124

Please sign in to comment.