From 50279478c8a8266250a09d8ecaaec05f19c70149 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 28 Jul 2021 10:04:58 -0400 Subject: [PATCH] Update job list message --- awx/ui_next/src/components/JobList/JobList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/JobList/JobList.js b/awx/ui_next/src/components/JobList/JobList.js index 5720e803b5..0547212d0d 100644 --- a/awx/ui_next/src/components/JobList/JobList.js +++ b/awx/ui_next/src/components/JobList/JobList.js @@ -159,7 +159,7 @@ function JobList({ defaultParams, showTypeColumn = false }) { hasContentLoading={isLoading || isDeleteLoading || isCancelLoading} items={jobs} itemCount={count} - emptyContentMessage={t`Please execute Jobs to populate this list.`} + emptyContentMessage={t`Please run a job to populate this list.`} pluralizedItemName={t`Jobs`} qsConfig={qsConfig} toolbarSearchColumns={[