diff --git a/src/brulijam/systemlock.lua b/src/brulijam/systemlock.lua index 027e559..e6d00b9 100644 --- a/src/brulijam/systemlock.lua +++ b/src/brulijam/systemlock.lua @@ -49,7 +49,7 @@ end local function inputPrompt() basic.clearDisplay() print("[Systemlock]") - write("Enter Password: ") + write("Unlock with password: ") inputHash = hash.digestStr(read("*") .. os.getComputerID()) end