Skip to content

Commit 43a15ac

Browse files
committed
shortened name of 100k downloads badge
1 parent e3e156e commit 43a15ac

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

extension/achievements/memorial.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ define(function(require, exports, module){
55
locale = require('../services/locale'),
66
dictionary = {
77
'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')
8+
tag: _.template('<span title="${title}" class="ext-badge ext-badge-100k">100k</span>',{
9+
title: locale.get('badge100kTitle')
1110
})
1211
}
1312
};

0 commit comments

Comments
 (0)