diff --git a/src/js/client.js b/src/js/client.js index 46b64d854..efc71859c 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -232,7 +232,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N // derive feature flags from edition config.features = { - spaces: config.edition === 'spaces', + spaces: config.edition === 'education', hyphenatedSubdomains: config.edition === 'hostingprovider' };