1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-03 05:18:09 +03:00

sysupdate: add missing full stop to the polkit message

Follow-up for e55e7a5a61.
This commit is contained in:
Yu Watanabe 2024-11-28 18:13:29 +09:00
parent 59ea5e4c44
commit d9d784ebe0

View File

@ -73,7 +73,7 @@
<action id="org.freedesktop.sysupdate1.manage-features">
<description gettext-domain="systemd">Manage optional features</description>
<message gettext-domain="systemd">Authentication is required to manage optional features</message>
<message gettext-domain="systemd">Authentication is required to manage optional features.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>