diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-03 10:18:25 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-03 10:18:25 -0800 |
commit | 71fa1a7043b16d22a5e6d0c81ee33f5d62d50f49 (patch) | |
tree | 4c3f6bb2180f653e5214de9b3ca7287341a571a2 /httemplate/edit | |
parent | a38771cb202d6b98b34c3a4346ca144a7be03780 (diff) |
successful spelling, RT#74993
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_pay_pending.html | 2 | ||||
-rw-r--r-- | httemplate/edit/process/cust_pay_pending.html | 2 | ||||
-rw-r--r-- | httemplate/edit/process/elements/ApplicationCommon.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/cust_pay_pending.html b/httemplate/edit/cust_pay_pending.html index 7d480f319..a8cc186e4 100644 --- a/httemplate/edit/cust_pay_pending.html +++ b/httemplate/edit/cust_pay_pending.html @@ -105,7 +105,7 @@ <TR> <TD ALIGN="center"> - <BUTTON TYPE="button" onClick="document.pendingform.action.value = 'insert_cust_pay'; document.pendingform.submit();"><!--IMG SRC="<%$p%>images/tick.png" ALT=""-->Yes, transaction completed sucessfully.</BUTTON> + <BUTTON TYPE="button" onClick="document.pendingform.action.value = 'insert_cust_pay'; document.pendingform.submit();"><!--IMG SRC="<%$p%>images/tick.png" ALT=""-->Yes, transaction completed successfully.</BUTTON> </TD> % if ( $action eq 'complete' ) { diff --git a/httemplate/edit/process/cust_pay_pending.html b/httemplate/edit/process/cust_pay_pending.html index 0ff7d26d0..b4c9404f8 100644 --- a/httemplate/edit/process/cust_pay_pending.html +++ b/httemplate/edit/process/cust_pay_pending.html @@ -38,7 +38,7 @@ if ( $action eq 'delete' ) { if ( $error ) { $title = 'Error deleting pending payment'; } else { - $title = 'Pending payment deletion sucessful'; + $title = 'Pending payment deletion successful'; } } elsif ( $action eq 'insert_cust_pay' ) { diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index 633392990..835730ded 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -24,7 +24,7 @@ Examples: % my $query = $m->scomp('/elements/create_uri_query'); <% $cgi->redirect(popurl(2). $opt{error_redirect}. "?$query") %> %} else { -<% header("$src_thing application$to sucessful") %> +<% header("$src_thing application$to successful") %> <SCRIPT TYPE="text/javascript"> window.top.location.reload(); </SCRIPT> |