fix settings wording
This commit is contained in:
parent
aa64054657
commit
78e1050b99
3 changed files with 11 additions and 6 deletions
|
|
@ -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',
|
||||
},
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue