Skip to content

Commit

Permalink
#29 changed caption text.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Feb 19, 2015
1 parent 0b19596 commit 002f3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/viz/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var Table = module.exports = function (options, callback) {
'<div class="paging">' +
' <div class="paging-wrapper">' +
' <div class="page-size">' +
' <span class="caption">Page size: </span>' +
' <span class="caption">Show rows: </span>' +
' <select>' +
' </select>' +
' </div>' +
Expand Down Expand Up @@ -875,4 +875,4 @@ joola.events.on('core.init.finish', function () {
}
});

util.inherits(Table, events.EventEmitter);
util.inherits(Table, events.EventEmitter);

0 comments on commit 002f3c3

Please sign in to comment.