CHANGE_~members~spelling mistake : GWM
This commit is contained in:
parent
9f3fba0e50
commit
aad561c6ca
@ -1580,7 +1580,7 @@ class EmployeeRestController extends AdminController
|
|||||||
$string = ucwords($string);
|
$string = ucwords($string);
|
||||||
$result .= ' + '.$string;
|
$result .= ' + '.$string;
|
||||||
}else if($value != 0 && $key ==='self') {
|
}else if($value != 0 && $key ==='self') {
|
||||||
$result = 'Allowed memebrs Self ';
|
$result = 'Allowed members Self ';
|
||||||
}else if($value != 0 && $key ==='childrens') {
|
}else if($value != 0 && $key ==='childrens') {
|
||||||
if($value > 1){ $result .= ' + '.$value.' Children'; }else{ $result .= ' + '.$value.' Child'; }
|
if($value > 1){ $result .= ' + '.$value.' Children'; }else{ $result .= ' + '.$value.' Child'; }
|
||||||
}else if($value != 0 && $key ==='elders_count') {
|
}else if($value != 0 && $key ==='elders_count') {
|
||||||
@ -1599,7 +1599,7 @@ class EmployeeRestController extends AdminController
|
|||||||
|
|
||||||
if($first_two_chars == " +"){
|
if($first_two_chars == " +"){
|
||||||
$modified_string = substr($result, 3);
|
$modified_string = substr($result, 3);
|
||||||
return "Allowed memebrs ".$modified_string;
|
return "Allowed members ".$modified_string;
|
||||||
}else{
|
}else{
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user