Use gender neutral pronouns
This commit is contained in:
parent
ded121f974
commit
e4a4426ff1
24 changed files with 37 additions and 37 deletions
|
@ -6,7 +6,7 @@ importance: 5
|
|||
|
||||
Create a function `showPrompt(html, callback)` that shows a form with the message `html`, an input field and buttons `OK/CANCEL`.
|
||||
|
||||
- A user should type something into a text field and press `key:Enter` or the OK button, then `callback(value)` is called with the value he entered.
|
||||
- A user should type something into a text field and press `key:Enter` or the OK button, then `callback(value)` is called with the value they entered.
|
||||
- Otherwise if the user presses `key:Esc` or CANCEL, then `callback(null)` is called.
|
||||
|
||||
In both cases that ends the input process and removes the form.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue