mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
Rename all appKey references to messageKey
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user