mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clarify 'mark ready' help text
This commit is contained in:
parent
2aa2cffe15
commit
705e8a285b
@ -1354,7 +1354,10 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// warn invoice will be emailed when saving new recurring invoice
|
// warn invoice will be emailed when saving new recurring invoice
|
||||||
var text = '\n' + getSendToEmails() + '\n\n' + "{!! trans("texts.confirm_recurring_timing") !!}";
|
var text = '\n' + getSendToEmails();
|
||||||
|
if (model.invoice().start_date() == "{{ Utils::fromSqlDate(date('Y-m-d')) }}") {
|
||||||
|
text += '\n\n' + "{!! trans("texts.confirm_recurring_timing") !!}";
|
||||||
|
}
|
||||||
var title = "{!! trans("texts.confirm_recurring_email_$entityType") !!}";
|
var title = "{!! trans("texts.confirm_recurring_email_$entityType") !!}";
|
||||||
sweetConfirm(function() {
|
sweetConfirm(function() {
|
||||||
model.invoice().is_public(true);
|
model.invoice().is_public(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user