diff --git a/src/sass/views/views.scss b/src/sass/views/views.scss index 7a8058339..cbae9b19f 100644 --- a/src/sass/views/views.scss +++ b/src/sass/views/views.scss @@ -34,6 +34,7 @@ @import "includes/walletActivity"; @import "includes/wallets"; @import "includes/modals/modals"; +@import "includes/modals/choose-fee-level"; @import "includes/clickToAccept"; @import "includes/incomingDataMenu"; @import "includes/slideToAccept"; diff --git a/www/views/modals/chooseFeeLevel.html b/www/views/modals/chooseFeeLevel.html index b2877c979..da4e2193e 100644 --- a/www/views/modals/chooseFeeLevel.html +++ b/www/views/modals/chooseFeeLevel.html @@ -1,41 +1,77 @@ - +
{{'Bitcoin Network Fee Policy'|translate}}
-
- -
-
-
- Average confirmation time: - {{avgConfirmationTime | amDurationFormat: 'minute'}} - Could not be estimated - ... + +
+ Testnet +
+
+
+
+ + {{avgConfirmationTime | amDurationFormat: 'minute'}} + + ...
-
- Current fee rate for this policy: - {{feePerSatByte}} satoshis/byte - ... + Average confirmation time +
+
+
+
+ + {{feePerSatByte}} sat/byte + + ... +
+ Current fee rate for this policy +
+
+
+ +
+
+ + + Your fee is lower than recommended. + + + You could not set a fee higher than 1000 satoshis/byte. + +   +
- [{{network}}]
-
- - {{level|translate}} - -
-
- - Your fee is lower than recommended super economy fee ({{getMinimumRecommeded()}} satoshis/byte). The transaction may never get confirmed. -
-
- - You could not set a fee higher than 1000 satoshis/byte. + +
+
+