mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Distinct text message when quote is converted or approved
This commit is contained in:
parent
67a5d5d9cc
commit
c8375ad983
@ -157,7 +157,7 @@ class QuoteController extends BaseController
|
||||
$invoice = $invitation->invoice;
|
||||
|
||||
$invitationKey = $this->invoiceService->approveQuote($invoice, $invitation);
|
||||
Session::flash('message', trans('texts.converted_to_invoice'));
|
||||
Session::flash('message', trans('texts.quote_is_approved'));
|
||||
|
||||
return Redirect::to("view/{$invitationKey}");
|
||||
}
|
||||
|
@ -891,4 +891,5 @@ return array(
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
);
|
||||
|
@ -365,9 +365,9 @@ return array(
|
||||
'archive_quote' => 'Arquivar Orçamento',
|
||||
'delete_quote' => 'Deletar Orçamento',
|
||||
'save_quote' => 'Salvar Oçamento',
|
||||
'email_quote' => 'Envair Orçamento',
|
||||
'email_quote' => 'Enviar Orçamento',
|
||||
'clone_quote' => 'Clonar Orçamento',
|
||||
'convert_to_invoice' => 'Faturado',
|
||||
'convert_to_invoice' => 'Faturar Orçamento',
|
||||
'view_invoice' => 'Visualizar Fatura',
|
||||
'view_quote' => 'Visualizar Orçamento',
|
||||
'view_client' => 'Visualizar Cliente',
|
||||
@ -885,5 +885,7 @@ return array(
|
||||
'default_invoice_footer' => 'Rodapé Padrão das Faturas',
|
||||
'quote_footer' => 'Rodapé do Orçamento',
|
||||
'free' => 'Grátis',
|
||||
|
||||
'quote_is_approved' => 'Orçamento aprovado.',
|
||||
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user