buttonLabel -> Button label for consistency
This commit is contained in:
parent
750bd9a88b
commit
36371357cd
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ describe('dialog module', () => {
|
|||
|
||||
assert.throws(() => {
|
||||
dialog.showOpenDialog({buttonLabel: []})
|
||||
}, /buttonLabel must be a string/)
|
||||
}, /Button label must be a string/)
|
||||
|
||||
assert.throws(() => {
|
||||
dialog.showOpenDialog({defaultPath: {}})
|
||||
|
@ -30,7 +30,7 @@ describe('dialog module', () => {
|
|||
|
||||
assert.throws(() => {
|
||||
dialog.showSaveDialog({buttonLabel: []})
|
||||
}, /buttonLabel must be a string/)
|
||||
}, /Button label must be a string/)
|
||||
|
||||
assert.throws(() => {
|
||||
dialog.showSaveDialog({defaultPath: {}})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue