change ssh-key error-message wording
This commit is contained in:
parent
c74cf7932a
commit
dd4580f151
|
@ -42,7 +42,7 @@ AddSshKeyComponent = Ember.Component.extend
|
|||
if error.code == 'not_a_private_key'
|
||||
this.set('valueError', 'This key is not a private key.')
|
||||
else if error.code == 'key_with_a_passphrase'
|
||||
this.set('valueError', 'We can\'t use key with a passphrase.')
|
||||
this.set('valueError', 'The key can\'t have a passphrase.')
|
||||
|
||||
actions:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user