Rename Job Executions to Jobs in Jobs page

We rename the title of Jobs page into "Jobs" instead of old "Job
Executions" to avoid user confusion.

Close-Bug: #1454966
Change-Id: I3b89206236534e38db5748dccb7de4567649973d
This commit is contained in:
Ken Chen 2015-05-14 14:35:57 +08:00
parent 23ddc1a3fb
commit 298243a454
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class JobExecutionsView(tables.DataTableView):
table_class = je_tables.JobExecutionsTable
template_name = (
'project/data_processing.job_executions/job_executions.html')
page_title = _("Job Executions")
page_title = _("Jobs")
def get_data(self):
try: