mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Add author name to footer #1052
This commit is contained in:
parent
51b8cc288f
commit
070bb72601
@ -2172,6 +2172,7 @@ $LANG = array(
|
||||
'submit' => 'Submit',
|
||||
'white_label_license_key' => 'License Key',
|
||||
'invalid_white_label_license' => 'The white label license is not valid',
|
||||
'created_by' => 'Created by :name',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ trans('texts.powered_by') }}
|
||||
{{-- Per our license, please do not remove or modify this section. --}}
|
||||
{!! link_to('https://www.invoiceninja.com/?utm_source=powered_by', 'InvoiceNinja.com', ['target' => '_blank', 'title' => 'invoiceninja.com']) !!} -
|
||||
{!! link_to('https://www.invoiceninja.com/?utm_source=powered_by', 'InvoiceNinja.com', ['target' => '_blank', 'title' => trans('texts.created_by', ['name' => 'Hillel Coren'])]) !!} -
|
||||
{!! link_to(RELEASES_URL, 'v' . NINJA_VERSION, ['target' => '_blank', 'title' => trans('texts.trello_roadmap')]) !!} |
|
||||
@if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL))
|
||||
{{ trans('texts.white_labeled') }}
|
||||
|
Loading…
Reference in New Issue
Block a user