Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Minor changes to the tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed May 3, 2017
1 parent e06f983 commit 8c3452c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/partials/search-form-fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<label
for="person"
class="hastip"
title="Principal Investigator/trial contact"
title="Principal Investigator or trial contact"
>People</label>
<input title="person" name="person" value="{{ query.person }}" />
</div>
Expand All @@ -63,7 +63,7 @@
<label
for="organisation"
class="hastip"
title="Trial sponsor"
title="Trial sponsor and related organisations"
>Organisation</label>
<input title="organisation" name="organisation" value="{{ query.organisation }}" />
</div>
Expand All @@ -74,7 +74,7 @@
<legend>
<label
class="hastip"
title="Number of participants the trial aims to recruit/recruited"
title="Number of participants the trial aims to recruit or has recruited"
>Sample size</label>
</legend>
<div>
Expand Down Expand Up @@ -102,7 +102,7 @@
<div class="filter">
<label for="gender"
class="hastip"
title="Gender of participants the trial aims to recruit/recruited"
title="Gender of participants the trial aims to recruit or has recruited"
>Gender</label>
<div class="select">
<select name="gender" id="gender">
Expand Down

0 comments on commit 8c3452c

Please sign in to comment.