mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Changed string "sub-structure" to "substructure"
This commit is contained in:
parent
caca248b6f
commit
243b915646
@ -152,7 +152,7 @@ define(function(require) {
|
|||||||
var error_div = $('<div/>').css('color', 'red');
|
var error_div = $('<div/>').css('color', 'red');
|
||||||
var message =
|
var message =
|
||||||
"Manually edit the JSON below to manipulate the metadata for this " + options.name + "." +
|
"Manually edit the JSON below to manipulate the metadata for this " + options.name + "." +
|
||||||
" We recommend putting custom metadata attributes in an appropriately named sub-structure," +
|
" We recommend putting custom metadata attributes in an appropriately named substructure," +
|
||||||
" so they don't conflict with those of others.";
|
" so they don't conflict with those of others.";
|
||||||
|
|
||||||
var textarea = $('<textarea/>')
|
var textarea = $('<textarea/>')
|
||||||
|
Loading…
Reference in New Issue
Block a user