diff --git a/resources/lang/en-GB/modules.php b/resources/lang/en-GB/modules.php index 8634a56d5..6dce6e04b 100644 --- a/resources/lang/en-GB/modules.php +++ b/resources/lang/en-GB/modules.php @@ -15,6 +15,7 @@ return [ 'no_apps' => 'There are no apps in this category, yet.', 'become_developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', 'recommended_apps' => 'Recommended Apps', + 'can_not_install' => 'You can not install :app app. Beacuse monthly subscription just support cloud', 'about' => 'About', diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 0a9893235..585d46b19 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -144,6 +144,7 @@