fix labels
This commit is contained in:
parent
4015e3f27b
commit
c3429aca78
4 changed files with 6 additions and 6 deletions
|
|
@ -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...'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue