1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Don't mark converted quote as sent

This commit is contained in:
Hillel Coren 2017-10-17 17:15:55 +03:00
parent 4c1402de4a
commit 4f8f1ddcae

View File

@ -2481,7 +2481,7 @@ $LANG = array(
'time_hr' => 'hr', 'time_hr' => 'hr',
'time_hrs' => 'hrs', 'time_hrs' => 'hrs',
'clear' => 'Clear', 'clear' => 'Clear',
'warn_payment_gateway' => 'Note: to accept online payments :link to add a payment gateway.', 'warn_payment_gateway' => 'Note: accepting online payments requires a payment gateway, :link to add one.',
'setup_desktop_app' => 'Setup the desktop app', 'setup_desktop_app' => 'Setup the desktop app',
'task_rate' => 'Task Rate', 'task_rate' => 'Task Rate',
'task_rate_help' => 'Set the default <b>rate for invoiced tasks</b>.', 'task_rate_help' => 'Set the default <b>rate for invoiced tasks</b>.',