1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

better term for "set now"

"set now" means "I want to set it now".
"set to now" means "I want to set it (the time) to *now*"
This commit is contained in:
Christian González 2015-09-03 01:45:05 +02:00
parent 5bf287f51a
commit af837cba22

View File

@ -715,7 +715,7 @@ return array(
'update_address' => 'Update Address',
'update_address_help' => 'Update client\'s address with provided details',
'times' => 'Times',
'set_now' => 'Set now',
'set_now' => 'Set to now',
'dark_mode' => 'Dark Mode',
'dark_mode_help' => 'Show white text on black background',
'add_to_invoice' => 'Add to invoice :invoice',