From f2318b6c067f798c08bc8b9e96d1739087f63e5d Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Thu, 4 May 2017 20:04:25 +0700 Subject: [PATCH] Change back to Transact(Payable) --- src/universal-dapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)