️(frontend) fix blur effects aria label

Was configured to always light.
This commit is contained in:
Florent Chehab
2026-06-03 18:49:59 +02:00
parent c0feb1ee82
commit 65789ef706
@@ -426,7 +426,9 @@ export const EffectsConfiguration = ({
const id = deriveIdFromProcessorConfig(config)
return {
id,
tooltip: t(`blur.light.${selectedId === id ? 'clear' : 'apply'}`),
tooltip: t(
`blur.${item.key}.${selectedId === id ? 'clear' : 'apply'}`
),
radius: item.radius,
isSelected: selectedId === id,
Icon: item.icon,