Rename all appKey references to messageKey

This commit is contained in:
Keegan
2016-06-15 10:58:45 -07:00
parent c3c8de77fc
commit 940c5e2451
11 changed files with 100 additions and 95 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports.configItem = function(config, autoRegister) {
var result = _.extend({}, {
label: config.type + '-label',
appKey: 'appKey-' + idCounter,
messageKey: 'messageKey-' + idCounter,
id: 'id-' + idCounter
}, config);