summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index 00fd694c12..c59247f8a3 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -48,12 +48,12 @@
48 </div> 48 </div>
49 49
50 <div class="control-group" id="layer-name-ctrl"> 50 <div class="control-group" id="layer-name-ctrl">
51 <label class="control-label" for="layer-name"> 51 <label class="control-label" for="import-layer-name">
52 Layer name 52 Layer name
53 <span class="icon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be unique and can only include letters, numbers and dashes" /> 53 <span class="icon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be unique and can only include letters, numbers and dashes" />
54 </label> 54 </label>
55 <div class="controls"> 55 <div class="controls">
56 <input id="layer-name" type="text" required autofocus> 56 <input id="import-layer-name" type="text" required autofocus>
57 <span class="help-inline" style="display: none;" id="invalid-layer-name-hint">A valid layer name can only include letters, numbers and dashes</span> 57 <span class="help-inline" style="display: none;" id="invalid-layer-name-hint">A valid layer name can only include letters, numbers and dashes</span>
58 <span class="help-inline" style="display: none;" id="duplicated-layer-name-hint"></span> 58 <span class="help-inline" style="display: none;" id="duplicated-layer-name-hint"></span>
59 </div> 59 </div>