Skip to content

Commit

Permalink
use neutral pronoun
Browse files Browse the repository at this point in the history
closes #289
  • Loading branch information
restena-sw authored Dec 14, 2023
1 parent 1304aa8 commit 57f129a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/common/OutsideComm.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public static function adminInvitationMail($targets, $introtext, $newtoken, $idp
new \core\CAT(); // makes sure Entity is initialised
// we have a few stock intro texts on file
$introTexts = [
OutsideComm::INVITE_CONTEXTS[0] => sprintf(_("a %s of the %s %s \"%s\" has invited you to manage the %s together with him."), Entity::$nomenclature_fed, \config\ConfAssistant::CONSORTIUM['display_name'], Entity::$nomenclature_participant, $idpPrettyName, Entity::$nomenclature_participant),
OutsideComm::INVITE_CONTEXTS[0] => sprintf(_("a %s of the %s %s \"%s\" has invited you to manage the %s together with them."), Entity::$nomenclature_fed, \config\ConfAssistant::CONSORTIUM['display_name'], Entity::$nomenclature_participant, $idpPrettyName, Entity::$nomenclature_participant),
OutsideComm::INVITE_CONTEXTS[1] => sprintf(_("a %s %s has invited you to manage the future %s \"%s\" (%s). The organisation will be a %s."), \config\ConfAssistant::CONSORTIUM['display_name'], Entity::$nomenclature_fed, Entity::$nomenclature_participant, $idpPrettyName, strtoupper($federation->tld), $prettyPrintType),
OutsideComm::INVITE_CONTEXTS[2] => sprintf(_("a %s %s has invited you to manage the %s \"%s\". This is a %s."), \config\ConfAssistant::CONSORTIUM['display_name'], Entity::$nomenclature_fed, Entity::$nomenclature_participant, $idpPrettyName, $prettyPrintType),
];
Expand Down Expand Up @@ -445,4 +445,4 @@ public static function PostHttp($url, $postValues) {
}
*
*/
}
}

0 comments on commit 57f129a

Please sign in to comment.