diff mbox

[04/19] ui: Make 'Patch count' look a bit less formal

Message ID 1454535114-18190-5-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane Feb. 3, 2016, 9:31 p.m. UTC
From: Damien Lespiau <damien.lespiau@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@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
---
 patchwork/templates/patchwork/project.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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 %}