aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-04-04 15:04:26 +0100
committerStephen Finucane <stephen.finucane@intel.com>2016-02-08 19:03:36 +0000
commit50e4fe705af593ed7457761a1649f726ccb16bc0 (patch)
treed2d1788f13c7303c37c8b5fafd7e1f0cd05fb7a0
parent8fac4b8cfddc025041e96c0e1682f6551bacd1a0 (diff)
downloadpatchwork-50e4fe705af593ed7457761a1649f726ccb16bc0.tar
patchwork-50e4fe705af593ed7457761a1649f726ccb16bc0.tar.gz
ui: Make 'Patch count' look a bit less formal
I'm really not anything of a UX designer, nor a native speaker, but I can try to make tools a bit less 'dry'. 'Number of patches' would have worked as well, but opted for a shorter one. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r--patchwork/templates/patchwork/project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/templates/patchwork/project.html b/patchwork/templates/patchwork/project.html
index eeb83ad..a29edae 100644
--- a/patchwork/templates/patchwork/project.html
+++ b/patchwork/templates/patchwork/project.html
@@ -25,7 +25,7 @@
</td>
</tr>
<tr>
- <th>Patch count</th>
+ <th>Patches </th>
<td>{{n_patches}} (+ {{n_archived_patches}} archived)</td>
</tr>
{% if project.web_url %}