From 1955997fee8e31b5efbe025d895ecf3a260277ae Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 5 Mar 2012 15:04:19 -0800 Subject: [PATCH] ISO page - wrong value, "labelc.community", in Filter by dropdown --- ui/scripts/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index c5be659ada2..e46219809bc 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -677,7 +677,7 @@ }, mine: { label: 'ui.listView.filters.mine' }, featured: { label: 'label.featured' }, - community: { label: 'labelc.community' } + community: { label: 'label.community' } }, fields: { displaytext: { label: 'label.name' },