Skip to content

Commit 7233faa

Browse files
authored
Fix tiny censor -> sensor typo (#262)
1 parent bc8e841 commit 7233faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dialogs/FingerprintDialog.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public class SwitchboardPlugUserAccounts.FingerprintDialog : Granite.Dialog {
143143
status_label.label = _("The touch was too fast. Lift your finger and touch the sensor again.");
144144
break;
145145
case "enroll-finger-not-centered":
146-
status_label.label = _("The fingerprint was not centered on the censor. Lift your finger and touch the sensor again.");
146+
status_label.label = _("The fingerprint was not centered on the sensor. Lift your finger and touch the sensor again.");
147147
break;
148148
case "enroll-remove-and-retry":
149149
status_label.label = _("Remove your finger and try again");

0 commit comments

Comments
 (0)