bitbake: toaster: rename 'run again' button

I quite dislike the 'Run again' label we use in the button that rebuilds
things. Changing it to 'Rebuild', which is shorter and more specific.

(Bitbake rev: 865a2015e86a1bc5cc7d63308f27c292d1ca98eb)

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena 2016-02-25 14:25:55 +00:00 committed by Richard Purdie
parent c8dd72c797
commit 6e8282063f
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
{% url 'project' build.project.id as purl %}{{purl|json}},
{{build.target_set.all|get_tasks|json}})'>
Run again
Rebuild
</button>
{% endif %}
</div>

View File

@ -951,7 +951,7 @@ class AllBuildsPageTests(TestCase):
def test_run_again(self):
"""
"Run again" button should not be shown for command-line builds,
"Rebuild" button should not be shown for command-line builds,
but should be shown for other builds
"""
build1 = Build.objects.create(**self.project1_build_success)