From e0d76ec3789e963a0d75d45814163d05ef6b27a7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 7 Jul 2016 16:12:51 -0400 Subject: [PATCH] Tweak system job wording. --- awx/main/migrations/0010_v300_create_system_job_templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/main/migrations/0010_v300_create_system_job_templates.py b/awx/main/migrations/0010_v300_create_system_job_templates.py index 61092ed60b..abf336efaa 100644 --- a/awx/main/migrations/0010_v300_create_system_job_templates.py +++ b/awx/main/migrations/0010_v300_create_system_job_templates.py @@ -24,7 +24,7 @@ def create_system_job_templates(apps, schema_editor): job_type='cleanup_jobs', defaults=dict( name='Cleanup Job Details', - description='Remove job history older than X days', + description='Remove job history', created=now_dt, modified=now_dt, polymorphic_ctype=sjt_ct, @@ -51,7 +51,7 @@ def create_system_job_templates(apps, schema_editor): job_type='cleanup_activitystream', defaults=dict( name='Cleanup Activity Stream', - description='Remove activity stream history older than X days', + description='Remove activity stream history', created=now_dt, modified=now_dt, polymorphic_ctype=sjt_ct,