mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-30 22:56:34 +00:00
Reword macOS Catalina askpass message
Change-type: patch Changelog-entry: Reword macOS Catalina askpass message Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
dda022df37
commit
bb04098062
@ -5,9 +5,9 @@ ObjC.import('stdlib')
|
|||||||
const app = Application.currentApplication()
|
const app = Application.currentApplication()
|
||||||
app.includeStandardAdditions = true
|
app.includeStandardAdditions = true
|
||||||
|
|
||||||
const result = app.displayDialog('balenaEtcher wants to make changes. Type your password to allow this.', {
|
const result = app.displayDialog('balenaEtcher needs privileged access in order to flash disks.\n\nType your password to allow this.', {
|
||||||
defaultAnswer: '',
|
defaultAnswer: '',
|
||||||
withIcon: 'stop',
|
withIcon: 'caution',
|
||||||
buttons: ['Cancel', 'Ok'],
|
buttons: ['Cancel', 'Ok'],
|
||||||
defaultButton: 'Ok',
|
defaultButton: 'Ok',
|
||||||
hiddenAnswer: true,
|
hiddenAnswer: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user