Fix the edition name

This commit is contained in:
Girish Ramakrishnan
2018-08-31 08:05:55 -07:00
parent ab70bc663d
commit cb25217c48

View File

@@ -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'
};