Skip to content

Commit

Permalink
Change the term "Copy"
Browse files Browse the repository at this point in the history
Changing the term Copy in contributors table, based on the feedback from second usability experiment.
  • Loading branch information
Aidajafarbigloo authored Oct 24, 2024
1 parent e4a6925 commit bbc7671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta_creator/templates/meta_creator/showdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ <h5>Who is a Contributor?</h5>
<th title="{% with descriptions=entered_data.description_dict %}{% if 'familyName' in descriptions %}{{ descriptions|get:'givenName' }}{% endif %}{% endwith %}">Given Name</th>
<th title="{% with descriptions=entered_data.description_dict %}{% if 'familyName' in descriptions %}{{ descriptions|get:'familyName' }}{% endif %}{% endwith %}">Family Name</th>
<th title="{% with descriptions=entered_data.description_dict %}{% if 'email' in descriptions %}{{ descriptions|get:'email' }}{% endif %}{% endwith %}">Email</th>
<th title="">Action</th>
<th title="">Copy</th>
<th title="Delete the contributer">Delete</th>
<th title="Add the contributor to authors' table">Add to Authors</th>
</tr>
</thead>
<tbody id="contributorsTableBody">
Expand Down Expand Up @@ -262,7 +262,7 @@ <h5>Who is an Author?</h5>
<th title="{% with descriptions=entered_data.description_dict %}{% if 'givenName' in descriptions %}{{ descriptions|get:'givenName' }}{% endif %}{% endwith %}">Given Name</th>
<th title="{% with descriptions=entered_data.description_dict %}{% if 'familyName' in descriptions %}{{ descriptions|get:'familyName' }}{% endif %}{% endwith %}">Family Name</th>
<th title="{% with descriptions=entered_data.description_dict %}{% if 'email' in descriptions %}{{ descriptions|get:'email' }}{% endif %}{% endwith %}">Email</th>
<th title="">Action</th>
<th title="Delete the author">Delete</th>
</tr>
</thead>
<tbody id="authorsTableBody">
Expand Down

0 comments on commit bbc7671

Please sign in to comment.