diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/mrb_section.html | 2 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index cceee7d1f3..551e341a5d 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html | |||
@@ -113,7 +113,7 @@ | |||
113 | {% url 'project' build.project.id as purl %}{{purl|json}}, | 113 | {% url 'project' build.project.id as purl %}{{purl|json}}, |
114 | {{build.target_set.all|get_tasks|json}})'> | 114 | {{build.target_set.all|get_tasks|json}})'> |
115 | 115 | ||
116 | Run again | 116 | Rebuild |
117 | </button> | 117 | </button> |
118 | {% endif %} | 118 | {% endif %} |
119 | </div> | 119 | </div> |
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py index 4e420ea269..6b05916f32 100644 --- a/bitbake/lib/toaster/toastergui/tests.py +++ b/bitbake/lib/toaster/toastergui/tests.py | |||
@@ -951,7 +951,7 @@ class AllBuildsPageTests(TestCase): | |||
951 | 951 | ||
952 | def test_run_again(self): | 952 | def test_run_again(self): |
953 | """ | 953 | """ |
954 | "Run again" button should not be shown for command-line builds, | 954 | "Rebuild" button should not be shown for command-line builds, |
955 | but should be shown for other builds | 955 | but should be shown for other builds |
956 | """ | 956 | """ |
957 | build1 = Build.objects.create(**self.project1_build_success) | 957 | build1 = Build.objects.create(**self.project1_build_success) |