Skip to content

Commit

Permalink
Fix missing en translation renamed from 'feature' -> 'filters'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 13, 2024
1 parent 7b115b8 commit 8e6b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/preset_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ export function uiPresetList(context) {

if (isHidden) {
selection.call(uiTooltip(context)
.title(l10n.t('filters.hidden_preset.manual', { features: l10n.t(`feature.${filterID}.description`) }))
.title(l10n.t('filters.hidden_preset.manual', { features: l10n.t(`filters.${filterID}.description`) }))
.placement(i < 2 ? 'bottom' : 'top')
);
}
Expand Down

0 comments on commit 8e6b243

Please sign in to comment.