diff --git a/htdocs/iSchedule.php b/htdocs/iSchedule.php index 76b8815b..2c3acd4e 100644 --- a/htdocs/iSchedule.php +++ b/htdocs/iSchedule.php @@ -69,7 +69,7 @@ function checkiSchedule () { $s->remote_selector = $c->scheduling_dkim_selector; if (!$s->getTxt()) { if (isset($c->schedule_private_key)) - $ret .= '
' . translate('TXT record missing for "%s._domainkey.%s" or DNS failure, Private RSA key is configured', $s->remote_selector, $s->domain) . '
'; + $ret .= '' . sprintf(translate('TXT record missing for "%s._domainkey.%s" or DNS failure, Private RSA key is configured'), $s->remote_selector, $s->domain) . '
'; else { $keys = generateKeys(); $config = '' . translate('please add the following section to your DAViCal configuration file') . '
$c->schedule_private_key = <<<ENDOFKEY' . "\n";