Merge pull request #786 from cmgustavo/bug/01-setting-typos

Fix typos in setting options.
This commit is contained in:
Matias Alejo Garcia 2014-06-27 16:08:38 -03:00
commit 03662d9017
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
}, {