mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added translation string and fixed german string
This commit is contained in:
parent
6350c5bc1b
commit
073cd4e926
@ -159,7 +159,7 @@ return array(
|
||||
'edit_invoice' => 'Rechnung bearbeiten',
|
||||
|
||||
// client view page
|
||||
'create_invoice' => 'Rechnung bearbeiten',
|
||||
'create_invoice' => 'Rechnung erstellen',
|
||||
'enter_credit' => 'Guthaben eingeben',
|
||||
'last_logged_in' => 'Zuletzt eingeloggt',
|
||||
'details' => 'Details',
|
||||
|
@ -24,7 +24,7 @@
|
||||
)
|
||||
, ['id'=>'normalDropDown'])->split(); }}
|
||||
|
||||
{{ DropdownButton::primary('Create Invoice', Navigation::links($actionLinks), ['id'=>'primaryDropDown'])->split(); }}
|
||||
{{ DropdownButton::primary(trans('texts.create_invoice'), Navigation::links($actionLinks), ['id'=>'primaryDropDown'])->split(); }}
|
||||
@endif
|
||||
{{ Former::close() }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user