mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-07 17:54:36 -04:00
Fix translation
This commit is contained in:
parent
3492980453
commit
16db7619e6
@ -279,7 +279,7 @@ class UserController extends BaseController
|
|||||||
return Redirect::to($url)->with('message', $notice_msg);
|
return Redirect::to($url)->with('message', $notice_msg);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$error_msg = trans('texts.security.wrong_confirmation');
|
$error_msg = trans('texts.wrong_confirmation');
|
||||||
|
|
||||||
return Redirect::to('/login')->with('error', $error_msg);
|
return Redirect::to('/login')->with('error', $error_msg);
|
||||||
}
|
}
|
||||||
|
@ -2493,7 +2493,8 @@ $LANG = array(
|
|||||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||||
'mark_expense_paid' => 'Mark paid',
|
'mark_expense_paid' => 'Mark paid',
|
||||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||||
'plan_price' => 'Plan Price'
|
'plan_price' => 'Plan Price',
|
||||||
|
'wrong_confirmation' => 'Incorrect confirmation code',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user