[fix] the su's prompt title
This commit is contained in:
parent
af9113fab9
commit
4ae93661ea
@ -158,7 +158,7 @@ async function send() {
|
||||
if (data.startsWith('/su')) {
|
||||
// a administrator login command.
|
||||
// now ask for passcode
|
||||
const code = await open_prompt('Please input the passcode');
|
||||
const code = await open_prompt('[su] Input the administration passcode');
|
||||
data = `/su ${code}`;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user