From 83d6d20d4f0958dfcc7ff11d5456c329c94e1e68 Mon Sep 17 00:00:00 2001 From: Oláh István Gergely Date: Thu, 10 Apr 2014 09:04:16 +0200 Subject: [PATCH] dashboard: node-details help minor fix --- circle/dashboard/templates/dashboard/node-detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle/dashboard/templates/dashboard/node-detail.html b/circle/dashboard/templates/dashboard/node-detail.html index 4b87821..f4ea10e 100644 --- a/circle/dashboard/templates/dashboard/node-detail.html +++ b/circle/dashboard/templates/dashboard/node-detail.html @@ -34,7 +34,7 @@
  • {% trans "Flush" %}: - {% trans "Disable node and move all instances to other ones." %} + {% trans "Disable node and move all instances to other one." %}
  • {% trans "Enable" %}: @@ -46,7 +46,7 @@
  • {% trans "Delete" %}: - {% trans "Remove node and its host." %} + {% trans "Remove node and it's host." %}
  • -- libgit2 0.26.0