diff --git a/system/autoload/Package.php b/system/autoload/Package.php index 456dc0b1..3b2547db 100644 --- a/system/autoload/Package.php +++ b/system/autoload/Package.php @@ -77,7 +77,7 @@ class Package r2(U . 'home', 'e', Lang::T('Plan Not found')); } if (!in_array($admin['user_type'], ['SuperAdmin', 'Admin'])) { - r2(U . 'dashboard', 'e', Lang::T('Plan Not found')); + r2(U . 'dashboard', 'e', Lang::T('You do not have permission to access this page')); } } diff --git a/system/lan/english.json b/system/lan/english.json index 17775281..f84c4a4c 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -875,5 +875,7 @@ "will_be_replaced_with_Customer_password": "will be replaced with Customer password", "will_be_replaced_with_Customer_Portal_URL": "will be replaced with Customer Portal URL", "will_be_replaced_with_Company_Name": "will be replaced with Company Name", - "Token_has_expired__Please_log_in_again_": "Token has expired. Please log in again." + "Token_has_expired__Please_log_in_again_": "Token has expired. Please log in again.", + "Minute": "Minute", + "Hour": "Hour" } \ No newline at end of file diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index dcda7509..a2038d83 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -258,8 +258,8 @@ -