mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated error message when adding operator if extension is the same
This commit is contained in:
@@ -160,7 +160,7 @@ if (isset($_POST['operator']))
|
||||
}
|
||||
else
|
||||
{
|
||||
$a = T_("Could not add operator. There may already be an operator of this name:") . " $operator" ;
|
||||
$a = T_("Could not add operator. There may already be an operator of this name:") . " $operator " . T_("Or there may already be an telephone extension number") . ":$extension" ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user