File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ class SnippetNoteDetail extends React.Component {
644
644
dialog . showMessageBox ( remote . getCurrentWindow ( ) , {
645
645
type : 'warning' ,
646
646
message : i18n . __ ( 'Sorry!' ) ,
647
- detail : i18n . __ ( warningMessage ( msg ) + ' is available only as a markdown note .' ) ,
647
+ detail : i18n . __ ( warningMessage ( msg ) + ' is available only in markdown notes .' ) ,
648
648
buttons : [ i18n . __ ( 'OK' ) ]
649
649
} )
650
650
}
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ class NoteList extends React.Component {
507
507
dialog . showMessageBox ( remote . getCurrentWindow ( ) , {
508
508
type : 'warning' ,
509
509
message : i18n . __ ( 'Sorry!' ) ,
510
- detail : i18n . __ ( warningMessage ( msg ) + ' is available only as a markdown note .' ) ,
510
+ detail : i18n . __ ( warningMessage ( msg ) + ' is available only in markdown notes .' ) ,
511
511
buttons : [ i18n . __ ( 'OK' ) ]
512
512
} )
513
513
}
You can’t perform that action at this time.
0 commit comments