summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 00fdfa5..605bc1c 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 6a28d80..61926bd 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 ){