summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-06-16 15:41:15 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-06-16 15:44:36 -0500
commitc79b6f23a5b99d2f3d091aceccf510e7397b4d57 (patch)
tree5332cbba104a0f1c7ae8b541180739179c0f3089
parentcfe3371f55ba574e042497836f7a5e4f35c94e92 (diff)
RT#29169: Show payment information in selfservice portal [slight text tweaks for consistency]
-rw-r--r--fs_selfservice/FS-SelfService/cgi/history.html2
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount_menu.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/history.html b/fs_selfservice/FS-SelfService/cgi/history.html
index 00fdfa5ef..605bc1cf5 100644
--- a/fs_selfservice/FS-SelfService/cgi/history.html
+++ b/fs_selfservice/FS-SelfService/cgi/history.html
@@ -1,4 +1,4 @@
-<%= include('header', 'Billing History') %>
+<%= include('header', 'Payment History') %>
<%=
my $balance = 0;
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
index 6a28d804f..61926bd86 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
@@ -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 ){