ELECTRON-1400: fix dev tools disabled localisation (#733)

This commit is contained in:
Vishwas Shashidhar 2019-07-16 11:01:53 +05:30 committed by GitHub
parent eb6684e8cb
commit 7f5c20a6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!')(),
});
},
}, {