diff --git a/src/PowerIdPDisco.php b/src/PowerIdPDisco.php index a484112..00fad91 100644 --- a/src/PowerIdPDisco.php +++ b/src/PowerIdPDisco.php @@ -342,7 +342,7 @@ public function handleRequest(): void $tab, '/^[a-z_][a-z0-9_-]+$/i', 'Tags can contain alphanumeric characters, hyphens and underscores.' - . ' They must start with a A-Z or an underscore (supplied: "' . $tab .'")', + . ' They must start with a A-Z or an underscore (supplied: "' . $tab . '")', ); $translatableTag = "{discopower:tabs:$tab}";