From: Jonathan Prykop Date: Tue, 16 Jun 2015 20:41:15 +0000 (-0500) Subject: RT#29169: Show payment information in selfservice portal [slight text tweaks for... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ee6ca2c3f97d6a95cb9053ac941e025f1957728f RT#29169: Show payment information in selfservice portal [slight text tweaks for consistency] --- 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 ){