From 9bcd064aae22daff1dd9ed78dfa4b0b915c6251b Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Thu, 31 Aug 2017 15:59:22 +0530 Subject: [PATCH] btn text changed 'View Details' -> 'View Invoice' --- hosting/templates/hosting/orders.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index ea4ded94..5515a0ab 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -40,7 +40,7 @@ {% endif %} - {% trans "View Detail" %} + {% trans 'See Invoice' %} {% endfor %}