From 78e1050b99cabf11983cdc47e062ab8949928503 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 5 Dec 2014 15:21:35 -0300 Subject: [PATCH] fix settings wording --- js/controllers/settings.js | 4 ++-- views/home.html | 7 ++++++- views/settings.html | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/js/controllers/settings.js b/js/controllers/settings.js index e2ad33c02..4b2ef366b 100644 --- a/js/controllers/settings.js +++ b/js/controllers/settings.js @@ -18,10 +18,10 @@ angular.module('copayApp.controllers').controller('SettingsController', function } $scope.availableStorages = [{ - name: 'Insight', + name: 'In the cloud (Insight server)', pluginName: 'EncryptedInsightStorage', }, { - name: 'Localstorage', + name: 'In this device (localstorage)', pluginName: 'EncryptedLocalStorage', }, // { diff --git a/views/home.html b/views/home.html index 515d43e2d..f302c8955 100644 --- a/views/home.html +++ b/views/home.html @@ -133,10 +133,15 @@

{{error|translate}}

-
+
+ +
+ + +
diff --git a/views/settings.html b/views/settings.html index 23c35c69f..36d6f7fb8 100644 --- a/views/settings.html +++ b/views/settings.html @@ -51,12 +51,12 @@
- Wallet and profile storage - + Storage +
- Wallets and profiles are stored encrypted using your password as a key. You can store the encrypted data locally, on your platform, or remotely on the Insight Server. More pluggins are welcomed! + Wallets and profiles are stored encrypted using your password as a key. You can store the encrypted data locally, on this device, or remotely on the cloud (Insight Server). More pluggins are welcomed!