;
This commit is contained in:
parent
b17517ede0
commit
6224f36ff6
7 changed files with 7 additions and 7 deletions
|
|
@ -212,7 +212,7 @@ angular.module('copayApp.services').factory('walletService', function($log, loda
|
|||
var config = configService.getSync().wallet.settings;
|
||||
|
||||
//prefs.email (may come from arguments)
|
||||
prefs.language = uxLanguage.getCurrentLanguage();;
|
||||
prefs.language = uxLanguage.getCurrentLanguage();
|
||||
prefs.unit = config.unitCode;
|
||||
|
||||
updateRemotePreferencesFor(clients, prefs, function(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue