removed urls from language files
This commit is contained in:
parent
eae2ab0e9c
commit
e5c4c01d69
@ -12,10 +12,9 @@ return [
|
|||||||
'search' => 'Search',
|
'search' => 'Search',
|
||||||
'install' => 'Install',
|
'install' => 'Install',
|
||||||
'buy_now' => 'Buy Now',
|
'buy_now' => 'Buy Now',
|
||||||
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
|
'get_api_key' => '<a class="text-red" href=":url" target="_blank">Click here</a> to get your API key.',
|
||||||
'no_apps' => 'There are no apps in this category, yet.',
|
'no_apps' => 'There are no apps in this category, yet.',
|
||||||
'developer' => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!',
|
'become_developer' => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!',
|
||||||
|
|
||||||
'recommended_apps' => 'Recommended Apps',
|
'recommended_apps' => 'Recommended Apps',
|
||||||
|
|
||||||
'about' => 'About',
|
'about' => 'About',
|
||||||
@ -80,5 +79,6 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'na' => 'There are no reviews.'
|
'na' => 'There are no reviews.'
|
||||||
]
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<p class="mb-0 mt--3">
|
<p class="mb-0 mt--3">
|
||||||
<small>{!! trans('modules.api_key_link') !!}</small>
|
<small>{!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!}</small>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -30,6 +30,7 @@
|
|||||||
{{ Form::saveButtons('apps/home') }}
|
{{ Form::saveButtons('apps/home') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{{ trans('modules.no_apps') }}
|
{{ trans('modules.no_apps') }}
|
||||||
</p>
|
</p>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<small>{!! trans('modules.developer') !!}</small>
|
<small>{!! trans('modules.become_developer', ['url' => 'https://akaunting.com/developers']) !!}</small>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user