diff --git a/src/sass/views/tab-settings.scss b/src/sass/views/tab-settings.scss index f78b87286..d82a890b1 100644 --- a/src/sass/views/tab-settings.scss +++ b/src/sass/views/tab-settings.scss @@ -3,7 +3,7 @@ color: $dark-gray; border-color: rgba(221, 221, 221, 0.3); } - &-explaination, &-button-group { + &-explanation, &-button-group { padding: 0 1rem; margin: 1rem 0; } diff --git a/www/views/advancedSettings.html b/www/views/advancedSettings.html index 505ea7dc6..11a90fd4b 100644 --- a/www/views/advancedSettings.html +++ b/www/views/advancedSettings.html @@ -38,7 +38,7 @@
Experimental Features
-
+
These features aren't quite ready for primetime. They may change, stop working, or disappear at any time.
diff --git a/www/views/paperWallet.html b/www/views/paperWallet.html index 43c9754fc..2d9a5a6f2 100644 --- a/www/views/paperWallet.html +++ b/www/views/paperWallet.html @@ -7,7 +7,7 @@
-
+
Backup Needed
Before receiving funds, you must backup your wallet. If this device is lost, it is impossible to access your funds without a backup. diff --git a/www/views/preferencesAlias.html b/www/views/preferencesAlias.html index c34f241c6..6513f0de9 100644 --- a/www/views/preferencesAlias.html +++ b/www/views/preferencesAlias.html @@ -7,7 +7,7 @@ -
+
What do you call this wallet?
When this wallet was created, it was called “{{walletName}}”. You can change the name displayed on this device below.
diff --git a/www/views/preferencesEmail.html b/www/views/preferencesEmail.html index fc7ba9a85..4b97bdd6f 100644 --- a/www/views/preferencesEmail.html +++ b/www/views/preferencesEmail.html @@ -7,7 +7,7 @@ -
+
You'll receive email notifications about payments sent and received from {{wallet.name}}.
diff --git a/www/views/preferencesFee.html b/www/views/preferencesFee.html index 123cec824..a4e453b2e 100644 --- a/www/views/preferencesFee.html +++ b/www/views/preferencesFee.html @@ -7,7 +7,7 @@ -
+
Bitcoin transactions include a fee collected by miners on the network.
The higher the fee, the greater the incentive a miner has to include that transaction in a block. Current fees are determined based on network load and the selected policy.
diff --git a/www/views/preferencesHistory.html b/www/views/preferencesHistory.html index 0b7603c04..25d08b2d3 100644 --- a/www/views/preferencesHistory.html +++ b/www/views/preferencesHistory.html @@ -5,7 +5,7 @@ -
+
Export to file @@ -18,8 +18,14 @@ {{err | translate}} +
- Clear cache + Clear cache +
+
+ The transaction history and every new incoming transaction are cached in the app. This feature clean this up and synchronizes again from the server +
+
diff --git a/www/views/preferencesInformation.html b/www/views/preferencesInformation.html index 6db452ea6..5871585c5 100644 --- a/www/views/preferencesInformation.html +++ b/www/views/preferencesInformation.html @@ -90,7 +90,7 @@
Latest Wallet Addresses
-
+
Only “main” addresses are shown below. This excludes “change” address.
@@ -99,7 +99,7 @@ {{a.address}} {{a.path}} · {{a.createdOn *1000 | amDateFormat:'MMMM Do YYYY, h:mm a' }}
-
+
Please note: due to resource constraints, this list of addresses is not verified locally. A compromised BWS node could return addresses which are not controlled by this wallet.