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

@@ -1,7 +1,7 @@
@stack('footer_start')
<footer class="main-footer">
<strong>{{ trans('footer.powered') }}</strong>: <a href="https://akaunting.com">{{ trans('footer.software') }}</a>
<strong>{{ trans('footer.powered') }}</strong>: <a href="{{ trans('footer.link') }}">{{ trans('footer.software') }}</a>
</footer>
@stack('footer_end')