diff --git a/src/universal-dapp.js b/src/universal-dapp.js index eac08d3239..9ab65ba1b3 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -240,7 +240,7 @@ UniversalDApp.prototype.render = function () { .append($('
').text('Publish')) .append($('').text('Attach')) .append($('').text('Transact')) - .append($('').text('T/Payable')) + .append($('').text('Transact(Payable)')) .append($('').text('Call')) self.$el.append($legend)