diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html
index a0685d2..9ba48ba 100644
--- a/src/templates/partials/tx_details.html
+++ b/src/templates/partials/tx_details.html
@@ -43,7 +43,6 @@
Tx version: {{tx_version}} |
No of confirmations: {{confirmations}} |
- RingCT/type: {{#is_ringct}}yes/{{rct_type}}{{/is_ringct}}{{^is_ringct}}no{{/is_ringct}} |
@@ -85,7 +84,12 @@
For RingCT transactions, outputs' amounts are also decoded
- Note: address/subaddress and viewkey are sent to the server, as the calculations are done on the server side
+ {{^enable_js}}
+ Note: address/subaddress and viewkey are NOT sent to the server, as the calculations are done on the client side
+ {{/enable_js}}
+ {{^enable_js}}
+ Note: address/subaddress and viewkey are sent to the server, as the calculations are done on the server side
+ {{/enable_js}}