[freeside-commits] branch master updated. ee6ca2c3f97d6a95cb9053ac941e025f1957728f
Jonathan Prykop
jonathan at 420.am
Tue Jun 16 13:41:40 PDT 2015
The branch, master has been updated
via ee6ca2c3f97d6a95cb9053ac941e025f1957728f (commit)
from eecb4714cfcc77a0dca142eb71482d0f6ee19950 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ee6ca2c3f97d6a95cb9053ac941e025f1957728f
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Tue Jun 16 15:41:15 2015 -0500
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 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 ){
-----------------------------------------------------------------------
Summary of changes:
fs_selfservice/FS-SelfService/cgi/history.html | 2 +-
fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list