From 8a427ff58898ef8c01b8cb18554132792b656aa3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 14 Apr 2017 15:31:53 +0200 Subject: [PATCH] Fix popup action --- Theme/Backend/Lang/en.lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 9418907..8ee6ef8 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -15,6 +15,7 @@ */ return ['Admin' => [ 'Account' => 'Account', + 'Account/Group' => 'Account/Group', 'Accounts' => 'Accounts', 'Active' => 'Active', 'Activate' => 'Activate', @@ -25,6 +26,7 @@ return ['Admin' => [ 'Banned' => 'Banned', 'Cache' => 'Cache', 'Children' => 'Children', + 'Close' => 'Close', 'Country' => 'Country', 'Created' => 'Created', 'CreatedBy' => 'Created By',