diff options
| -rwxr-xr-x | anypinentry | 2 |
1 files changed, 1 insertions, 1 deletions
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=""; |
