From 9154e64b6ea0eea726ff297177feb393f846c36e Mon Sep 17 00:00:00 2001 From: "twelve eighty pix." <71165491+1280px@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:33:51 +0700 Subject: [PATCH] Fix tiny censor -> sensor typo --- src/Dialogs/FingerprintDialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dialogs/FingerprintDialog.vala b/src/Dialogs/FingerprintDialog.vala index 5c36005d..45d7ad47 100644 --- a/src/Dialogs/FingerprintDialog.vala +++ b/src/Dialogs/FingerprintDialog.vala @@ -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");