From dca538f7e7dcd35dd4a421f403f9d572e992d443 Mon Sep 17 00:00:00 2001 From: Jeremy Brubaker Date: Fri, 3 Jun 2022 15:27:05 -0400 Subject: Change default prompt to 'PIN:' This is in line with all the `pinentry` interfaces I have looked at --- anypinentry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anypinentry b/anypinentry index 21b670d..1199491 100755 --- a/anypinentry +++ b/anypinentry @@ -8,7 +8,7 @@ if [[ -z "$DISPLAY" ]]; then fi title=""; -prompt_string="Password :: "; +prompt_string="PIN: "; description=""; keyinfo=""; repeat=""; -- cgit v1.3.1