Skip to content

Commit

Permalink
Updating i18n keys for the reusable copy_to_clipboard/copied locales …
Browse files Browse the repository at this point in the history
…given changes in rubygems#4354. rubygems#4353
  • Loading branch information
robbyrussell committed Jan 19, 2024
1 parent bf6a90d commit 3e7bbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/rubygems/_gem_members.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<div class="gem__code-wrap">
<input type="text" class="gem__code" id="gem_sha_256_checksum" value="<%= latest_version.sha256_hex %>" readonly="readonly">
<span class="gem__code__icon" id="js-gem__code--gemfile" data-clipboard-target="#gem_sha_256_checksum">=</span>
<span class="gem__code__tooltip--copy"><%= t('.copy_to_clipboard') %></span>
<span class="gem__code__tooltip--copied"><%= t('.copied') %></span>
<span class="gem__code__tooltip--copy"><%= t('copy_to_clipboard') %></span>
<span class="gem__code__tooltip--copied"><%= t('copied') %></span>
</div>
<% end %>
Expand Down

0 comments on commit 3e7bbef

Please sign in to comment.