diff --git a/templates/statistics.html b/templates/statistics.html index ffc84d4020b74e89c09238b9e151f66bb730ca23..a032c597b582b6f1e33be40b2b56b1e072036a1b 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -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}}