removed urls from language files

This commit is contained in:
denisdulici
2019-12-28 16:22:32 +03:00
parent eae2ab0e9c
commit e5c4c01d69
3 changed files with 7 additions and 6 deletions

View File

@ -12,10 +12,9 @@ return [
'search' => 'Search',
'install' => 'Install',
'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.',
'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',
'about' => 'About',
@ -80,5 +79,6 @@ return [
],
'na' => 'There are no reviews.'
]
],
];