Skip to content
Snippets Groups Projects
Verified Commit 2b6772a2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor formulation fixes

parent 03b64f2c
Branches
No related tags found
No related merge requests found
......@@ -55,12 +55,13 @@
<tbody>
{{with index .Questions 0}}
<tr>
<td>Is <b>{{.Name}}</b> stupid or just asking too many questions? {{.Value}}% lines contained a question!</td>
<td>Is <b>{{.Name}}</b> stupid or just asking too many questions? {{.Value}}% of lines contained a question!
</td>
</tr>
{{end}}
{{with index .Questions 1}}
<tr>
<td><b>{{.Name}}</b> didn't know that much either. {{.Value}}% of his/her lines were questions.</td>
<td><b>{{.Name}}</b> didn't know that much either. {{.Value}}% of their lines were questions.</td>
</tr>
{{end}}
</tbody>
......@@ -79,13 +80,12 @@
<tbody>
{{with index .Caps 0}}
<tr>
<td>It seems that <b>{{.Name}}</b>'s shift-key is hanging: {{.Value}}of the time he/she wrote UPPERCASE.</td>
<td>It seems that <b>{{.Name}}</b>'s shift-key is hanging: {{.Value}}% of the time they wrote UPPERCASE.</td>
</tr>
{{end}}
{{with index .Caps 1}}
<tr>
<td><b>{{.Name}}</b> just forgot to deactivate his/her Caps-Lock. He/She wrote UPPERCASE {{.Value}}% of the
time.
<td><b>{{.Name}}</b> just forgot to deactivate their Caps-Lock. They wrote UPPERCASE {{.Value}}% of the time.
</td>
</tr>
{{end}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment