Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Nov 20, 2024
1 parent 1153d76 commit 2c84a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Secretaries_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function validate(array $secretary): void

// 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.
Expand Down

0 comments on commit 2c84a06

Please sign in to comment.