Fixed error message

This commit is contained in:
Luis Calvo 2019-10-29 10:32:59 +01:00
parent 7f01f3d014
commit 64e80e6fee
1 changed files with 1 additions and 1 deletions

View File

@ -14261,7 +14261,7 @@ function api_get_agents_id_name_by_alias($alias, $strict, $trash2, $returnType)
returnData('json', $data, JSON_FORCE_OBJECT);
} else {
returnError('error_agents', 'No agents retrieved.');
returnError('error_agents', 'Alias did not match any agent.');
}
}