We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e156e commit 43a15acCopy full SHA for 43a15ac
1 file changed
extension/achievements/memorial.js
@@ -5,9 +5,8 @@ define(function(require, exports, module){
5
locale = require('../services/locale'),
6
dictionary = {
7
'themesforbrackets': {
8
- tag: _.template('<span title="${title}" class="ext-badge ext-badge-100k">${badge}</span>',{
9
- title: locale.get('badge100kTitle'),
10
- badge: locale.get('badge100k')
+ tag: _.template('<span title="${title}" class="ext-badge ext-badge-100k">100k</span>',{
+ title: locale.get('badge100kTitle')
11
})
12
}
13
};
0 commit comments