From 243b915646f13c7f752fc8fe82aa439bae2c5c0c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 7 Jun 2016 14:30:14 +0200 Subject: [PATCH] Changed string "sub-structure" to "substructure" --- notebook/static/base/js/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/base/js/dialog.js b/notebook/static/base/js/dialog.js index f6877a935..1087233e8 100644 --- a/notebook/static/base/js/dialog.js +++ b/notebook/static/base/js/dialog.js @@ -152,7 +152,7 @@ define(function(require) { var error_div = $('
').css('color', 'red'); var message = "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."; var textarea = $('