* @return string
*/
public function get_description() {
- return "The user with the id '$this->userid' updated the allowed role assignments.";
+ return "The user with the id '$this->userid' updated Allow role assignments.";
}
/**
* @return string
*/
public function get_description() {
- return "The user with the id '$this->userid' updated the allowed role overrides.";
+ return "The user with the id '$this->userid' updated Allow role overrides.";
}
/**
* @return string
*/
public function get_description() {
- return "The user with the id '$this->userid' updated the allowed role switches";
+ return "The user with the id '$this->userid' updated Allow role switches.";
}
/**