Fix typos in setting options.
This commit is contained in:
parent
aa009496ba
commit
e7dbaa2767
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('SettingsController',
|
||||||
$scope.disableVideo = config.disableVideo || true;
|
$scope.disableVideo = config.disableVideo || true;
|
||||||
|
|
||||||
$scope.unitOpts = [{
|
$scope.unitOpts = [{
|
||||||
name: 'Satoshis (100,000,000 bits = 1BTC)',
|
name: 'Satoshis (100,000,000 satoshis = 1BTC)',
|
||||||
shortName: 'SAT',
|
shortName: 'SAT',
|
||||||
value: 1
|
value: 1
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue