diff --git a/resources/lang/en/downloads.php b/resources/lang/en/downloads.php new file mode 100644 index 00000000..3e939470 --- /dev/null +++ b/resources/lang/en/downloads.php @@ -0,0 +1,8 @@ + 'There are no downloads!', +]; diff --git a/resources/lang/en/frontend.php b/resources/lang/en/frontend.php deleted file mode 100644 index 4c6e449e..00000000 --- a/resources/lang/en/frontend.php +++ /dev/null @@ -1,9 +0,0 @@ - [ - 'nodownloads' => 'There are no downloads!', - ], - -]; diff --git a/resources/lang/it/downloads.php b/resources/lang/it/downloads.php new file mode 100644 index 00000000..27eb85af --- /dev/null +++ b/resources/lang/it/downloads.php @@ -0,0 +1,8 @@ + 'Non ci sono downloads!', +]; diff --git a/resources/lang/it/frontend.php b/resources/lang/it/frontend.php deleted file mode 100644 index f7b52e85..00000000 --- a/resources/lang/it/frontend.php +++ /dev/null @@ -1,7 +0,0 @@ - [ - 'nodownloads' => 'Non ci sono downloads!', - ], -]; diff --git a/resources/views/layouts/default/downloads/index.blade.php b/resources/views/layouts/default/downloads/index.blade.php index 8cd7aeb9..525ddd42 100644 --- a/resources/views/layouts/default/downloads/index.blade.php +++ b/resources/views/layouts/default/downloads/index.blade.php @@ -9,7 +9,7 @@ @if(!$grouped_files || \count($grouped_files) === 0) -