lowercase unit name
This commit is contained in:
parent
44b2599492
commit
083efc3232
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
//prefs.email (may come from arguments)
|
||||
prefs.language = self.defaultLanguageIsoCode;
|
||||
prefs.unit = self.unitName;
|
||||
prefs.unit = self.unitName.toLowerCase();
|
||||
|
||||
var clients = [];
|
||||
if (opts.saveAll) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue