diff --git a/resources/lang/en-GB/modules.php b/resources/lang/en-GB/modules.php index efcdd83dd..cd265a692 100644 --- a/resources/lang/en-GB/modules.php +++ b/resources/lang/en-GB/modules.php @@ -10,8 +10,6 @@ return [ 'free' => 'FREE', 'install' => 'Install', 'buy_now' => 'Buy Now', - 'faq' => 'FAQ', - 'changelog' => 'Changelog', 'token_link' => 'Click here to get your API token.', 'installed' => ':module installed', @@ -20,6 +18,12 @@ return [ 'enabled' => ':module enabled', 'disabled' => ':module disabled', + 'tab' => [ + 'installation' => 'Installation', + 'faq' => 'FAQ', + 'changelog' => 'Changelog', + ], + 'installation' => [ 'header' => 'App Installation', 'download' => 'Downloading :module file.', diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 81b7f6a92..f8ae78229 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -14,30 +14,42 @@