X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/ae87133905d183987eb75369fe94bb739a2b1cb9..f210534ff84d20c7a5b54e5a8b9b885fdf4be8be:/src/config.php
diff --git a/src/config.php b/src/config.php
index 8d0f8db..02207eb 100644
--- a/src/config.php
+++ b/src/config.php
@@ -124,7 +124,7 @@ echo sprintf("
%s%s | %s | \n", icon("keys"),
echo "\n";
echo sprintf("%s%s | %s | \n", icon("keys"),
_("Administration of the error report wizard"),
- $asAdminGroups == array() ? _c("error-reporter:all users") :
+ $asAdminGroups == array() ? _c("error-reporter:no users") :
icon("act-group") . join(", ", array_map("erGetGroupName", $asAdminGroups)));
echo "
\n";
_GroupBox();