diff --git a/resources/lang/en-GB/modules.php b/resources/lang/en-GB/modules.php index 76f21cd17..b90e915b3 100644 --- a/resources/lang/en-GB/modules.php +++ b/resources/lang/en-GB/modules.php @@ -14,6 +14,12 @@ return [ 'no_apps' => 'There are no apps in this category, yet.', 'developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', + 'about' => 'About', + + 'added' => 'Added', + 'updated' => 'Updated', + 'compatibility' => 'Compatibility', + 'installed' => ':module installed', 'uninstalled' => ':module uninstalled', 'updated' => ':module updated', diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index edc580c45..e1fe18599 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -97,7 +97,7 @@
Vendor | +{{ trans_choice('general.vendors', 1) }} | {{ $module->vendor_name }} |
---|---|---|
Version | +{{ trans('footer.version') }} | {{ $module->version }} |
Added | +{{ trans('modules.added') }} | {{ Date::parse($module->created_at)->format($date_format) }} |
Updated | +{{ trans('modules.updated') }} | {{ Date::parse($module->updated_at)->diffForHumans() }} |
Compatibility | +{{ trans('modules.compatibility') }} | {{ $module->compatibility }} |
Category | +{{ trans_choice('general.categories', 1) }} | {{ $module->category->name }} |