* Add note when there is no test task.

This commit is contained in:
daitingting
2018-05-16 13:35:15 +08:00
parent 74ebec4bac
commit 7f0eddc801
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -104,6 +104,7 @@ $lang->testtask->showFail = 'Failed <span class="text-danger">%s</span> tim
$lang->testtask->confirmDelete = 'Do you want to delete this test build?';
$lang->testtask->confirmUnlinkCase = 'Do you want to unlink this Case?';
$lang->testtask->noticeNoOther = 'There are no other test task for this product';
$lang->testtask->noTesttask = 'No test task. You could';
$lang->testtask->assignedToMe = 'My';
$lang->testtask->allCases = 'AllCases';