diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php
old mode 100755
new mode 100644
index 059077a..86f0040
--- a/Theme/Backend/Lang/de.lang.php
+++ b/Theme/Backend/Lang/de.lang.php
@@ -4,6 +4,7 @@
*
* PHP Version 8.0
*
+ * @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php
old mode 100755
new mode 100644
index a8abebe..13ee27b
--- a/Theme/Backend/Lang/en.lang.php
+++ b/Theme/Backend/Lang/en.lang.php
@@ -4,6 +4,7 @@
*
* PHP Version 8.0
*
+ * @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@@ -13,7 +14,7 @@ declare(strict_types=1);
return ['Media' => [
'Account' => 'Account',
- 'Add' => '',
+ 'Add' => 'Add',
'AddToCollection' => 'Add to collection',
'Author' => 'Author',
'Back' => 'Back',
@@ -30,7 +31,7 @@ return ['Media' => [
'Extension' => 'Extension',
'FilePath' => 'File Path',
'Files' => 'Files',
- 'GroupUser' => '',
+ 'GroupUser' => 'Group User',
'Media' => 'Media',
'Name' => 'Name',
'Path' => 'Path',
diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php
index d2971ab..cafafee 100755
--- a/Theme/Backend/media-single.tpl.php
+++ b/Theme/Backend/media-single.tpl.php
@@ -30,7 +30,7 @@ echo $this->getData('nav')->render();
request->getData('path') !== null) : ?>
= $this->getHtml('Back'); ?>
- = $this->getHtml('Back'); ?>
+ = $this->getHtml('Back'); ?>