diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/invoice_logo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/invoice_logo.html b/httemplate/edit/invoice_logo.html index 0c45e4b20..e1c61496f 100644 --- a/httemplate/edit/invoice_logo.html +++ b/httemplate/edit/invoice_logo.html @@ -53,7 +53,7 @@ % if ( $mode eq 'upload' ) { - Upload new logo (PNG format): <INPUT TYPE="file" NAME="new_logo"> + Upload new logo (.<%uc($type)%> format): <INPUT TYPE="file" NAME="new_logo"> <BR><INPUT TYPE="submit" NAME="submit" VALUE="Upload"> % } elsif ( $mode eq 'preview' ) { |