From 50e4fe705af593ed7457761a1649f726ccb16bc0 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sat, 4 Apr 2015 15:04:26 +0100 Subject: [PATCH] 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 Acked-by: Stephen Finucane --- 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 eeb83ad3..a29edae7 100644 --- a/patchwork/templates/patchwork/project.html +++ b/patchwork/templates/patchwork/project.html @@ -25,7 +25,7 @@ - Patch count + Patches {{n_patches}} (+ {{n_archived_patches}} archived) {% if project.web_url %} -- 2.47.3