From 76562e1f38af0947c675a747d3aeceae23b61c16 Mon Sep 17 00:00:00 2001 From: Smart Date: Wed, 16 Oct 2024 11:41:04 +0530 Subject: [PATCH] CHNAGE_ floter text : GWM --- app/Controllers/EmployeeRestController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 8d6ace5c..c13eb6ba 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -1458,7 +1458,7 @@ class EmployeeRestController extends AdminController $string = ucwords($string); $result .= ' + '.$string; }else if($value != 0 && $key ==='self') { - $result = 'Can Add Self '; + $result = 'Allowed memebrs Self '; }else if($value != 0 && $key ==='childrens') { if($value > 1){ $result .= ' + '.$value.' Children'; }else{ $result .= ' + '.$value.' Child'; } }else if($value != 0 && $key ==='elders_count') { @@ -1477,7 +1477,7 @@ class EmployeeRestController extends AdminController if($first_two_chars == " +"){ $modified_string = substr($result, 3); - return "Can Add ".$modified_string; + return "Allowed memebrs ".$modified_string; }else{ return $result; }