mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 01:04:30 -04:00
Upper case watermark
This commit is contained in:
parent
5ba715dedb
commit
dd904e1498
@ -1197,7 +1197,7 @@
|
||||
@endif
|
||||
|
||||
if (! invoice.public_id || NINJA.formIsChanged) {
|
||||
invoice.watermark = "{{ trans('texts.preview') }}";
|
||||
invoice.watermark = "{{ strtoupper(trans('texts.preview')) }}";
|
||||
}
|
||||
|
||||
return invoice;
|
||||
|
Loading…
x
Reference in New Issue
Block a user