From d7938dd10b9b97a56135a9e7349bb4ec15bbc350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Tue, 25 Aug 2026 11:21:31 -0400 Subject: [PATCH] Localize the fingerprint first-run notice Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- install/user/first-run/setup-fingerprint.hook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/user/first-run/setup-fingerprint.hook b/install/user/first-run/setup-fingerprint.hook index 2861eef0..d745fda8 100644 --- a/install/user/first-run/setup-fingerprint.hook +++ b/install/user/first-run/setup-fingerprint.hook @@ -6,7 +6,7 @@ set -e # PAM file is the last thing the setup writes on success). if omarchy-hw-fingerprint && [[ ! -f /etc/pam.d/omarchy-lock-fingerprint ]] && omarchy-done ensure fingerprint-setup-invitation; then - omarchy-notification-send -u critical -g 󰈷 "Setup Fingerprint Reader" \ - "Enable sudo and unlocking with your fingerprint." \ + omarchy-notification-send -u critical -g 󰈷 "设置指纹识别" \ + "用指纹完成 sudo 与解锁。" \ --exec omarchy-launch-floating-terminal-with-presentation omarchy-setup-security-fingerprint fi