Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Dialogs/FingerprintDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public class SwitchboardPlugUserAccounts.FingerprintDialog : Granite.Dialog {
status_label.label = _("The touch was too fast. Lift your finger and touch the sensor again.");
break;
case "enroll-finger-not-centered":
status_label.label = _("The fingerprint was not centered on the censor. Lift your finger and touch the sensor again.");
status_label.label = _("The fingerprint was not centered on the sensor. Lift your finger and touch the sensor again.");
break;
case "enroll-remove-and-retry":
status_label.label = _("Remove your finger and try again");
Expand Down