File tree 2 files changed +2
-2
lines changed
notebook/static/notebook/js
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ define([
178
178
cell : this ,
179
179
notebook : this . notebook } ) ;
180
180
inner_cell . append ( this . celltoolbar . element ) ;
181
- var input_area = $ ( '<div/>' ) . addClass ( 'input_area' ) . attr ( "aria-label" , "Edit code here" ) ;
181
+ var input_area = $ ( '<div/>' ) . addClass ( 'input_area' ) . attr ( "aria-label" , i18n . msg . _ ( "Edit code here" ) ) ;
182
182
this . code_mirror = new CodeMirror ( input_area . get ( 0 ) , this . _options . cm_config ) ;
183
183
// In case of bugs that put the keyboard manager into an inconsistent state,
184
184
// ensure KM is enabled when CodeMirror is focused:
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ define([
98
98
cell : this ,
99
99
notebook : this . notebook } ) ;
100
100
inner_cell . append ( this . celltoolbar . element ) ;
101
- var input_area = $ ( '<div/>' ) . addClass ( 'input_area' ) . attr ( "aria-label" , "Edit Markup Text here" ) ; ;
101
+ var input_area = $ ( '<div/>' ) . addClass ( 'input_area' ) . attr ( "aria-label" , i18n . msg . _ ( "Edit Markup Text here" ) ) ;
102
102
this . code_mirror = new CodeMirror ( input_area . get ( 0 ) , this . _options . cm_config ) ;
103
103
// In case of bugs that put the keyboard manager into an inconsistent state,
104
104
// ensure KM is enabled when CodeMirror is focused:
You can’t perform that action at this time.
0 commit comments