Skip to content

Commit

Permalink
Update claim.html.erb
Browse files Browse the repository at this point in the history
Nitpicking.
  • Loading branch information
CristinaRO committed Feb 8, 2014
1 parent 46d8189 commit 7da4e4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/external_authors/claim.html.erb
Expand Up @@ -100,9 +100,10 @@

<div class="notes module">
<h3><%= ts("Wait, wait, go over this again?") %></h3>
<ul class="notes"> <li><%= ts("If you do nothing, the work(s) will remain attached to the archivist account.")%></li>
<ul class="notes">
<li><%= ts("If you do nothing, the work(s) will remain attached to the archivist account.") %></li>
<% if logged_in? %>
<li><%= ts("You can claim your works.")%></li>
<li><%= ts("You can claim your works.") %></li>
<% else %>
<li><%= ts("You can create an account and claim your works (if you already have an account, log in to claim them)") %></li>
<% end %>
Expand Down

0 comments on commit 7da4e4d

Please sign in to comment.