diff --git a/app/includes/header.tpl b/app/includes/header.tpl index 0f5ef4095e..043eee6379 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -43,7 +43,7 @@
Open-Source & Client-Side Ether Wallet - · v3.5.5    + · v3.5.6    diff --git a/app/includes/sendTx-content.tpl b/app/includes/sendTx-content.tpl index 96f6b598cc..9f3bb2a677 100644 --- a/app/includes/sendTx-content.tpl +++ b/app/includes/sendTx-content.tpl @@ -28,7 +28,7 @@
-
+ @@ -81,12 +81,14 @@ -
+
Send Transaction

If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.

+ +

You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.

diff --git a/app/manifest.json b/app/manifest.json index f5d24a6c62..0f3bdb0cdf 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet CX", - "version": "3.5.5", + "version": "3.5.6", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/app/package.json b/app/package.json index f6e8acc33a..559d81c323 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.5.5", + "version": "3.5.6", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/chrome-extension/cx-wallet.html b/chrome-extension/cx-wallet.html index d41e95329b..0dec1e8544 100644 --- a/chrome-extension/cx-wallet.html +++ b/chrome-extension/cx-wallet.html @@ -43,7 +43,7 @@
Open-Source & Client-Side Ether Wallet - · v3.5.5    + · v3.5.6    @@ -829,7 +829,7 @@

Send Transaction

-
+
@@ -882,12 +882,14 @@

Send Transaction

-
+
Send Transaction

If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.

+ +

You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.

@@ -1232,7 +1234,7 @@

Send Transaction

-
+ @@ -1285,12 +1287,14 @@

Send Transaction

-
+
Send Transaction

If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.

+ +

You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.

diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index f5d24a6c62..0f3bdb0cdf 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet CX", - "version": "3.5.5", + "version": "3.5.6", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/dist/index.html b/dist/index.html index deb39f6e52..08aecd3a5f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -40,7 +40,7 @@
Open-Source & Client-Side Ether Wallet - · v3.5.5    + · v3.5.6    @@ -552,7 +552,7 @@

Send Transaction

-
+
@@ -605,12 +605,14 @@

Send Transaction

-
+
Send Transaction

If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.

+ +

You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.

@@ -954,7 +956,7 @@

Send Transaction

-
+ @@ -1007,12 +1009,14 @@

Send Transaction

-
+
Send Transaction

If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.

+ +

You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.

diff --git a/dist/package.json b/dist/package.json index f6e8acc33a..559d81c323 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.5.5", + "version": "3.5.6", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/releases/chrome-extension-v3.5.6.zip b/releases/chrome-extension-v3.5.6.zip new file mode 100644 index 0000000000..f6ebb0da11 Binary files /dev/null and b/releases/chrome-extension-v3.5.6.zip differ diff --git a/releases/dist-v3.5.6.zip b/releases/dist-v3.5.6.zip new file mode 100644 index 0000000000..b87843d0f9 Binary files /dev/null and b/releases/dist-v3.5.6.zip differ