translate links

This commit is contained in:
denisdulici
2018-10-10 11:35:52 +03:00
parent f75f043024
commit 2c5c7431c4
6 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<div class="pull-right hidden-xs">
<b>{{ trans('footer.version') }}</b> {{ version('short') }}
</div>
<strong>{{ trans('footer.powered') }}</strong>: <a href="https://akaunting.com" target="_blank">{{ trans('footer.software') }}</a>
<strong>{{ trans('footer.powered') }}</strong>: <a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
</footer>
@stack('footer_end')

View File

@@ -159,7 +159,7 @@
@endpermission
<!-- Updates: style can be found in dropdown.less -->
<li class="hidden-xs">
<a href="{{ url('https://akaunting.com/docs') }}" target="_blank" title="{{ trans('general.help') }}">
<a href="{{ url(trans('header.docs_link')) }}" target="_blank" title="{{ trans('general.help') }}">
<i class="fa fa-life-ring"></i>
</a>
</li>