]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
ui: Make 'Patch count' look a bit less formal
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 4 Apr 2015 14:04:26 +0000 (15:04 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 8 Feb 2016 19:03:36 +0000 (19:03 +0000)
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

index eeb83ad311c395d507bde4f38bdcbe8eacccfef4..a29edae775a74105e2cd6e15ab78e5e5700a9ab9 100644 (file)
@@ -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 %}