From dd4580f151885ec0b48a3c7fceb908be15c759b5 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 21 Jul 2015 16:12:24 +0200 Subject: [PATCH] change ssh-key error-message wording --- app/components/add-ssh-key.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/add-ssh-key.coffee b/app/components/add-ssh-key.coffee index a98e82c1..38bada68 100644 --- a/app/components/add-ssh-key.coffee +++ b/app/components/add-ssh-key.coffee @@ -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: