diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 01:11:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 01:11:51 +0200 |
| commit | ad4894daf852e79545239fde05a724b7f76d3f0e (patch) | |
| tree | 963934439243963aeec79a085096e5b68f1f3368 /app/client/dataset | |
| parent | 3df9666561b62d2dbc316d0503b45cb6465bcfc8 (diff) | |
currenttask stuff
Diffstat (limited to 'app/client/dataset')
| -rw-r--r-- | app/client/dataset/dataset.new.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dataset/dataset.new.js b/app/client/dataset/dataset.new.js index 7aed579..1b0df86 100644 --- a/app/client/dataset/dataset.new.js +++ b/app/client/dataset/dataset.new.js @@ -14,7 +14,7 @@ function NewDatasetForm (props) { return ( <div class='opaque'> <div class='heading'> - <h2>Create a new {module.name} project</h2> + <h2>Create a new {module.displayName} project</h2> </div> <div class='params'> <TextInput |
