RT#29169: Show payment information in selfservice portal [slight text tweaks for...
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 16 Jun 2015 20:41:15 +0000 (15:41 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 16 Jun 2015 20:41:15 +0000 (15:41 -0500)
fs_selfservice/FS-SelfService/cgi/history.html
fs_selfservice/FS-SelfService/cgi/myaccount_menu.html

index 00fdfa5..605bc1c 100644 (file)
@@ -1,4 +1,4 @@
-<%= include('header', 'Billing History') %>
+<%= include('header', 'Payment History') %>
 
 <%=
 my $balance = 0;
index 6a28d80..61926bd 100644 (file)
@@ -67,7 +67,7 @@ push @menu,
   { title=>' ' };
 
 push @menu,
-  { title=>'View Payment History', url=>'history', size=>'+1' },
+  { title=>'View payment history', url=>'history', size=>'+1' },
 ;
 
 unless( $hide_usage ){