user-account: Return duplicate notification when the finger is exist
This commit is contained in:
parent
b5a62e9c6e
commit
e0f22a04bb
1 changed files with 4 additions and 0 deletions
|
@ -781,6 +781,10 @@ handle_enroll_signal (CcFingerprintDialog *self,
|
|||
{
|
||||
message = _("Fingerprint device storage is full");
|
||||
}
|
||||
else if (g_str_equal (result, "enroll-duplicate"))
|
||||
{
|
||||
message = _("Fingerprint is duplicate");
|
||||
}
|
||||
else
|
||||
{
|
||||
message = _("Failed to enroll new fingerprint");
|
||||
|
|
Loading…
Add table
Reference in a new issue