mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
ELECTRON-1400: fix dev tools disabled localisation (#733)
This commit is contained in:
parent
eb6684e8cb
commit
7f5c20a6a8
@ -397,7 +397,7 @@ export class AppMenu {
|
||||
type: 'warning',
|
||||
buttons: [ 'Ok' ],
|
||||
title: i18n.t('Dev Tools disabled')(),
|
||||
message: i18n.t('Dev Tools has been disabled. Please contact your system administrator')(),
|
||||
message: i18n.t('Dev Tools has been disabled! Please contact your system administrator to enable it!')(),
|
||||
});
|
||||
},
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user