From d1d57dc29841a445b9d9162b24cc7307c817d24f Mon Sep 17 00:00:00 2001 From: Kyle Chapman Date: Tue, 29 Oct 2019 10:36:45 -0700 Subject: [PATCH] dynamic category placeholder --- imports/both/collections/events/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/both/collections/events/index.js b/imports/both/collections/events/index.js index 2b9b6d061..6a753fea4 100644 --- a/imports/both/collections/events/index.js +++ b/imports/both/collections/events/index.js @@ -58,7 +58,7 @@ const EventsSchema = new SimpleSchema({ }, allowedValues: possibleCategories, // keep it here so options will be rendered by react-select label: null, - placeholder_: 'Event Categories' + placeholder_: labels.categories } }, 'categories.$': {