diff --git a/lib/ConsentHelper.php b/lib/ConsentHelper.php index 2fe2d49..7eb92d4 100644 --- a/lib/ConsentHelper.php +++ b/lib/ConsentHelper.php @@ -49,8 +49,8 @@ public static function getJurisdiction($dstMetadata): string if (empty($jurisdiction) || array_key_exists($jurisdiction, self::EU_EAA)) { return ''; } - if ('INT' === $jurisdiction) { - return 'provided by an international organization.'; + if ('INT' === $jurisdiction || 'EMBL' === $jurisdiction) { + return $jurisdiction; } return 'in ' . $countryCodes[$jurisdiction]; @@ -115,10 +115,18 @@ public static function printJurisdictionWarning(string $parsedJurisdiction, $spP { if (!empty($parsedJurisdiction)) { echo '