Fix typos in setting options.

This commit is contained in:
Gustavo Cortez 2014-06-27 15:59:59 -03:00
parent aa009496ba
commit e7dbaa2767
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('SettingsController',
$scope.disableVideo = config.disableVideo || true;
$scope.unitOpts = [{
name: 'Satoshis (100,000,000 bits = 1BTC)',
name: 'Satoshis (100,000,000 satoshis = 1BTC)',
shortName: 'SAT',
value: 1
}, {