diff --git a/src/sass/views/tab-settings.scss b/src/sass/views/tab-settings.scss index 5f37ea40e..309cb6119 100644 --- a/src/sass/views/tab-settings.scss +++ b/src/sass/views/tab-settings.scss @@ -61,6 +61,7 @@ width: 25px; height: 25px; padding:.1rem; + box-shadow: 0px 1px 5px rgba($mid-gray, .1); } } } @@ -112,3 +113,14 @@ border-style: solid; } } +.settings-color-name { + margin-left: 1rem; +} +.settings-color-block { + display: inline-block; + width: 24px; + height: 24px; + border-radius: 50%; + box-shadow: 0px 0px 10px; + float: left; // we don't want these indicators to affect their container's sizing +} diff --git a/www/views/preferences.html b/www/views/preferences.html index 5dd11b872..d9d198dd9 100644 --- a/www/views/preferences.html +++ b/www/views/preferences.html @@ -1,7 +1,7 @@ - {{'Wallet Preferences'|translate}} + {{'Wallet Settings'|translate}} @@ -24,8 +24,8 @@ Color - - █ + + diff --git a/www/views/preferencesAlias.html b/www/views/preferencesAlias.html index 44d824b1f..8471af6f5 100644 --- a/www/views/preferencesAlias.html +++ b/www/views/preferencesAlias.html @@ -9,7 +9,7 @@
What do you call this wallet?
-
When this wallet was created, it was called "{{walletName}}". You can change how the name is displayed on this device below.
+
When this wallet was created, it was called “{{walletName}}”. You can change the name displayed on this device below.
diff --git a/www/views/preferencesColor.html b/www/views/preferencesColor.html index 0edab4cbd..f5a7a659a 100644 --- a/www/views/preferencesColor.html +++ b/www/views/preferencesColor.html @@ -1,15 +1,15 @@ - + - {{'Color'|translate}} + {{'Wallet Color'|translate}} - - {{c.name}} + + {{c.name}} diff --git a/www/views/tab-settings.html b/www/views/tab-settings.html index 8d0e9f185..551454d6d 100644 --- a/www/views/tab-settings.html +++ b/www/views/tab-settings.html @@ -1,6 +1,6 @@ - {{'Global Settings' | translate}} + {{'Settings' | translate}}