diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index c53dcfe..2190ff7 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -12,6 +12,6 @@ */ return ['Navigation' => [ 'Articles' => 'Articles', - 'Production' => 'Production', 'Process' => 'Process', + 'Production' => 'Production', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index c07b156..d204a6c 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -16,8 +16,8 @@ return ['Production' => [ 'Due' => 'Due', 'For' => 'For', 'Name' => 'Name', - 'Orderer' => 'Orderer', 'Ordered' => 'Ordered', + 'Orderer' => 'Orderer', 'Process' => 'Process', 'Product' => 'Product', 'Productions' => 'Productions',