diff --git a/application/models/Secretaries_model.php b/application/models/Secretaries_model.php index 349099eb..a89323f9 100644 --- a/application/models/Secretaries_model.php +++ b/application/models/Secretaries_model.php @@ -139,7 +139,7 @@ class Secretaries_model extends EA_Model // New users must always have a password value set. if (empty($secretary['id']) && empty($secretary['settings']['password'])) { - throw new InvalidArgumentException('The provider password cannot be empty when inserting a new record.'); + throw new InvalidArgumentException('The secretary password cannot be empty when inserting a new record.'); } // Validate calendar view type value.