[PATCH 04/19] ui: Make 'Patch count' look a bit less formal
Stephen Finucane
stephen.finucane at intel.com
Thu Feb 4 08:31:39 AEDT 2016
From: Damien Lespiau <damien.lespiau at intel.com>
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 at intel.com>
Acked-by: Stephen Finucane <stephen.finucane at intel.com>
---
patchwork/templates/patchwork/project.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 %}
--
2.0.0
More information about the Patchwork
mailing list