From 913756a954f3a6fcf01afea80d13539a4fbf264b Mon Sep 17 00:00:00 2001 From: denisdulici Date: Mon, 30 Dec 2019 18:04:41 +0300 Subject: [PATCH] fixed api key link --- resources/views/wizard/companies/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/wizard/companies/edit.blade.php b/resources/views/wizard/companies/edit.blade.php index abd0d17f2..1dceddac0 100644 --- a/resources/views/wizard/companies/edit.blade.php +++ b/resources/views/wizard/companies/edit.blade.php @@ -87,7 +87,7 @@ v-html="form.errors.get('api_key')">

- {!! trans('modules.api_key_link') !!} + {!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!}