Tweaked text about ssh keys
authorPeter Amstutz <peter.amstutz@clinicalfuture.com>
Fri, 27 Dec 2013 18:25:39 +0000 (13:25 -0500)
committerPeter Amstutz <peter.amstutz@clinicalfuture.com>
Fri, 27 Dec 2013 18:25:39 +0000 (13:25 -0500)
apps/workbench/app/views/users/home.html.erb

index 475334654d30666db8bb3e1bd4ef025f38bf812c..8cdb79584dafcfd5aecdfd738d02aa98e0a58107 100644 (file)
@@ -32,9 +32,9 @@
     <div class="span5" style="overflow: hidden; margin-right: 1em">
       <%= image_tag "dax.png", style: "max-width: 10%; margin-right: 1em; float: left" %>
       Hi, I noticed that you have not yet set up an SSH public key for use with Arvados.  
-      <%= link_to "Click here to learn how to create a SSH key pair.",
+      <%= link_to "Click here to learn about SSH keys in Arvados.",
          "http://doc.arvados.org/user/getting_started/ssh-access.html", style: "font-weight: bold" %>
-      After you have created an SSH key, you can paste your SSH public key
+      Once have an SSH key you would like to use, paste your SSH public key
       in the text box.
     </div>
       <%= form_for AuthorizedKey.new do |f| %>