Merge pull request #7848 from bbodenmiller/patch-1

improve SSH key emails
This commit is contained in:
Valeriy Sizov 2014-11-05 14:06:14 +02:00
commit 81613f965f
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@
title:
%code= @key.title
%p
If this key was added in error, you can remove it here:
If this key was added in error, you can remove it under
= link_to "SSH Keys", profile_keys_url

View File

@ -2,6 +2,6 @@ Hi <%= @user.name %>!
A new public key was added to your account:
title.................. <%= @key.title %>
Title: <%= @key.title %>
If this key was added in error, you can remove it here: <%= profile_keys_url %>
If this key was added in error, you can remove it at <%= profile_keys_url %>