Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change icon Clear statistic to better
Please also update translated PL from transifex. Please all update because i some add and some change.
  • Loading branch information
pepsonEL authored and perexg committed Mar 11, 2016
1 parent f059187 commit bc345c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/status.js
Expand Up @@ -262,7 +262,7 @@ tvheadend.status_streams = function(panel, index)
width: 10,
actions: [
{
iconCls: 'undo',
iconCls: 'clean',
qtip: _('Clear statistics'),
cb: function(grid, rec, act, row) {
var uuid = grid.getStore().getAt(row).data.uuid;
Expand Down

0 comments on commit bc345c7

Please sign in to comment.