diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 1a63735..d144430 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -27,7 +27,7 @@ return ['OnlineResourceWatcher' => [ 'Resource' => 'Resource', 'Resources' => 'Resources', 'Status' => 'Status', - 'Type' => 'Type', + 'Type' => 'Typ', 'Url' => 'Url', 'XPath' => 'XPath', ':rstatus--1' => 'Downloadfehler', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 971060b..7bcb4f7 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -27,6 +27,7 @@ return ['OnlineResourceWatcher' => [ 'Resource' => 'Resource', 'Resources' => 'Resources', 'Status' => 'Status', + 'Type' => 'Type', 'Url' => 'Url', 'XPath' => 'XPath', ':rstatus--1' => 'Download error',