fix labels

This commit is contained in:
Matias Alejo Garcia 2016-08-10 15:03:08 -03:00
commit c3429aca78
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ angular.module('copayApp.controllers').controller('joinController',
var updateSeedSourceSelect = function() {
self.seedOptions = [{
id: 'new',
label: gettext('New Random Recovery Phrase'),
label: gettext('Random'),
}, {
id: 'set',
label: gettext('Specify Recovery Phrase...'),