From 702b70c2ffa56becb9eef29980b3cf2d785b5d4d Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Tue, 24 Mar 2015 17:17:28 +0100 Subject: [PATCH] MT#11709 name button Peaktimes Off-Peaktimes Change-Id: Ib8dcfef2f7685b7049ffd6c2e8d85224eb7eb2a6 --- share/templates/billing/list.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/billing/list.tt b/share/templates/billing/list.tt index d8bcdea6fa..0970fad98f 100644 --- a/share/templates/billing/list.tt +++ b/share/templates/billing/list.tt @@ -17,7 +17,7 @@ { name = c.loc('Terminate'), uri = "/billing/'+full[\"id\"]+'/terminate", class = 'btn-small btn-secondary', icon = 'icon-remove', condition => 'full.v_count_used == "0"' }, { name = c.loc('Edit'), uri = "/billing/'+full[\"id\"]+'/edit", class = 'btn-small btn-primary', icon = 'icon-edit' }, { name = c.loc('Fees'), uri = "/billing/'+full[\"id\"]+'/fees", class = 'btn-small btn-tertiary', icon = 'icon-shopping-cart' }, - { name = c.loc('Peaktimes'), uri = "/billing/'+full[\"id\"]+'/peaktimes", class = 'btn-small btn-tertiary', icon = 'icon-time' }, + { name = c.loc('Off-Peaktimes'), uri = "/billing/'+full[\"id\"]+'/peaktimes", class = 'btn-small btn-tertiary', icon = 'icon-time' }, ]; helper.top_buttons = [ { name = c.loc('Create Billing Profile'), uri = c.uri_for('/billing/create'), icon = 'icon-star' },