diff --git a/releasenotes/notes/bug-1922721-19163cfb491d0035.yaml b/releasenotes/notes/bug-1922721-19163cfb491d0035.yaml index b8cdc1e6d1..22af5f07ce 100644 --- a/releasenotes/notes/bug-1922721-19163cfb491d0035.yaml +++ b/releasenotes/notes/bug-1922721-19163cfb491d0035.yaml @@ -1,7 +1,7 @@ --- fixes: - | - Fixes an issue preventing prechecks from succeeding when "non-native" - NTP daemon was used, such as ``ntpd` as opposed to ``systemd-timesyncd`` + Fixes an issue preventing prechecks from succeeding when a "non-native" + NTP daemon was used, such as ``ntpd`` as opposed to ``systemd-timesyncd`` on a Debian/Ubuntu system or to ``chronyd`` on a CentOS/RHEL system. `LP#1922721 `__