diff options
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index d19f0e4b3..8de627d20 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -24,7 +24,7 @@ my $otaker = getotaker; my $p1 = popurl(1); -%><%= include('/elements/header-popup.html', 'Post Credit') %> +%><%= include('/elements/header-popup.html', 'Enter Credit') %> <% if ( $cgi->param('error') ) { %> <FONT SIZE="+1" COLOR="#ff0000">Error: <%= $cgi->param('error') %></FONT> @@ -72,7 +72,7 @@ Credit </TABLE> <BR> -<CENTER><INPUT TYPE="submit" VALUE="Post credit"></CENTER> +<CENTER><INPUT TYPE="submit" VALUE="Enter credit"></CENTER> </FORM> </BODY> </HTML> |