fix settings wording

This commit is contained in:
Matias Alejo Garcia 2014-12-05 15:21:35 -03:00
commit 78e1050b99
3 changed files with 11 additions and 6 deletions

View file

@ -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',
},
// {