|
@@ -411,7 +411,7 @@ function zimbraSingleConfigOptions($params) {
|
|
|
$configOptions[$domainName] = array(
|
|
$configOptions[$domainName] = array(
|
|
|
"FriendlyName" => $domainName,
|
|
"FriendlyName" => $domainName,
|
|
|
"Type" => "yesno",
|
|
"Type" => "yesno",
|
|
|
- "Description" => "use this domain in customer selection?",
|
|
|
|
|
|
|
+ "Description" => "activate to use this maildomain in customer selection",
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
return $configOptions;
|
|
return $configOptions;
|