Skip to content

Commit

Permalink
Rename string to avoid translation confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Nov 14, 2018
1 parent 035e2c1 commit b32bb10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/users/terms.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<%= form_tag({:action => "save"}, { :class => " inner22 standard-form fillL" }) do %>
<!-- legale is <%= @legale %> -->
<p class="deemphasize"><%= t '.read and accept' %></p>
<p class="deemphasize"><%= t '.read and accept with tou' %></p>
<label class="standard-label">
<%= t '.heading_ct' %>
</label>
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ en:
title: "Terms"
heading: "Terms"
heading_ct: "Contributor terms"
read and accept: "Please read the contributor agreement and the terms of use, check the checkbox when done and then press the agree button to confirm that you accept the terms of both documents."
read and accept with tou: "Please read the contributor agreement and the terms of use, check the checkbox when done and then press the agree button to confirm that you accept the terms of both documents."
contributor_terms_explain: "This agreement governs the terms for your existing and future contributions."
tou_explain: "These terms govern the use of the website and other infrastructure provided by the OSMF."
read_tou_html: "I have read and agree to the %{tou_link}"
Expand Down

0 comments on commit b32bb10

Please sign in to comment.