Update src/static/js/pad.js
Gramatically change. Changed "You're Password" to "Your Password".pull/1193/head
parent
122093904f
commit
196aafd9d6
|
@ -310,7 +310,7 @@ function handshake()
|
|||
}
|
||||
else if(obj.accessStatus == "wrongPassword")
|
||||
{
|
||||
$("#editorloadingbox").html("<b>You're password was wrong</b><br>" +
|
||||
$("#editorloadingbox").html("<b>Your password was wrong</b><br>" +
|
||||
"<input id='passwordinput' type='password' name='password'>"+
|
||||
"<button type='button' onclick=\"" + padutils.escapeHtml('require('+JSON.stringify(module.id)+").savePassword()") + "\">ok</button>");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue