We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7781c0 commit 7e91cd0Copy full SHA for 7e91cd0
app/components/Compare/FacetSelector.vue
@@ -31,14 +31,14 @@ const updateLiveRegion = debounce((message: string) => {
31
32
function selectAllFacet(category: string) {
33
if (!isCategoryAllSelected(category)) {
34
- updateLiveRegion($t('selected_all_category_facets', { category }))
+ updateLiveRegion($t('compare.facets.selected_all_category_facets', { category }))
35
selectCategory(category)
36
}
37
38
39
function deselectAllFacet(category: string) {
40
if (!isCategoryNoneSelected(category)) {
41
- updateLiveRegion($t('deselected_all_category_facets', { category }))
+ updateLiveRegion($t('compare.facets.deselected_all_category_facets', { category }))
42
deselectCategory(category)
43
44
0 commit comments