summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 16:08:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 22:11:34 +0000
commita9c08652398e822ea8131dc8e1b077dca53c3c5d (patch)
treed3d6b7d4dd4e90793cf28a54a9201d2d301da8c6
parent05f5435563c416b1cd850bd52c3190331ebf471f (diff)
downloadast2050-yocto-poky-a9c08652398e822ea8131dc8e1b077dca53c3c5d.zip
ast2050-yocto-poky-a9c08652398e822ea8131dc8e1b077dca53c3c5d.tar.gz
bitbake: toastergui: consistent capitals in button
Capitalise correctly the 'Build target' button label in the layer details page: it should match the table heading. (Bitbake rev: 4d52ceb7e66835a3088d83cd4caa002a3e7a1297) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index 1daf9b9..2b57561 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -270,7 +270,7 @@
</td>
<td>{{target.version}}</td>
<td>{{target.summary}}</td>
- <td><button class="btn btn-block build-target-btn" data-target-name="{{target.name}}" {% if layer_in_project == 0 %}disabled="disabled"{% endif %} >Build Target</button></td>
+ <td><button class="btn btn-block build-target-btn" data-target-name="{{target.name}}" {% if layer_in_project == 0 %}disabled="disabled"{% endif %} >Build target</button></td>
</tr>
{% endfor %}
</tbody>
OpenPOWER on IntegriCloud