device.policy: Fix permission dialogue titles

Fix the action description for some actions which are used to both
enroll and delete fingerprints for users.

Closes: #116
This commit is contained in:
Bastien Nocera 2021-09-02 17:14:07 +02:00
parent e4c155d5b8
commit b483edbe92

View file

@ -20,8 +20,8 @@
</action> </action>
<action id="net.reactivated.fprint.device.enroll"> <action id="net.reactivated.fprint.device.enroll">
<description>Enroll new fingerprints</description> <description>Enroll or Delete fingerprints</description>
<message>Privileges are required to enroll new fingerprints.</message> <message>Privileges are required to enroll or delete fingerprints.</message>
<defaults> <defaults>
<allow_any>no</allow_any> <allow_any>no</allow_any>
<allow_inactive>no</allow_inactive> <allow_inactive>no</allow_inactive>
@ -30,8 +30,8 @@
</action> </action>
<action id="net.reactivated.fprint.device.setusername"> <action id="net.reactivated.fprint.device.setusername">
<description>Select a user to enroll</description> <description>Select a user to manage fingerprints for</description>
<message>Privileges are required to enroll new fingerprints for other users.</message> <message>Privileges are required to manage fingerprints for other users.</message>
<defaults> <defaults>
<allow_any>no</allow_any> <allow_any>no</allow_any>
<allow_inactive>no</allow_inactive> <allow_inactive>no</allow_inactive>