diff --git a/resources/views/partials/white_label.blade.php b/resources/views/partials/white_label.blade.php index ad26c2eec668..2d635eb3684e 100644 --- a/resources/views/partials/white_label.blade.php +++ b/resources/views/partials/white_label.blade.php @@ -1,7 +1,7 @@ {{ 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' => trans('texts.created_by', ['name' => 'Hillel Coren'])]) !!} - +{!! link_to('https://www.invoiceninja.com/?utm_source=powered_by', 'Invoice Ninja', ['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))