From 72dca475aed3ab6762978165ab6c17af07a89b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Wed, 18 Feb 2015 16:19:33 +0000 Subject: [PATCH] templates/rrs/base_toplevel.html: Remove Recipes word in statistics bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove Recipes word in statistics bar to make UI more clean avoiding repeat redundant word. Signed-off-by: Aníbal Limón --- templates/rrs/base_toplevel.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html index 1591acb..ceee760 100644 --- a/templates/rrs/base_toplevel.html +++ b/templates/rrs/base_toplevel.html @@ -63,11 +63,11 @@
  • {{ recipes_percentage }}% done
  • -
  • Recipes up-to-date: {{ recipes_up_to_date }}
  • +
  • Up-to-date: {{ recipes_up_to_date }}
  • -
  • Recipes not updated: {{ recipes_not_updated }}
  • +
  • Not updated: {{ recipes_not_updated }}
  • -
  • Recipes can't be updated: {{ recipes_cant_be_updated }}
  • +
  • Can't be updated: {{ recipes_cant_be_updated }}
  • Unknown: {{ recipes_unknown }}