From d3c09e8ccf527fc344ae6fdb9dcb565dcfc4de09 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 2 Oct 2017 10:04:28 -0300 Subject: [PATCH] Fix icon and wallet color from settings view --- www/views/tab-settings.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www/views/tab-settings.html b/www/views/tab-settings.html index d1274b3a4..e5ae63363 100644 --- a/www/views/tab-settings.html +++ b/www/views/tab-settings.html @@ -107,19 +107,19 @@
{{'Wallets & Integrations' | translate}}
- + ui-sref="tabs.preferences({'walletId': wallet.id})" + ng-repeat="wallet in wallets track by $index"> + - {{item.name || item.id}} - - {{item.m}}-of-{{item.n}} + {{wallet.name || wallet.id}} + + {{wallet.m}}-of-{{wallet.n}} - + {{'Incomplete' | translate}} - + {{'Backup needed' | translate}}