Update label and display of "Last gathered entries..." setting

This commit is contained in:
Marliana Lara
2021-12-13 15:02:50 -05:00
parent edca19a697
commit 0566a0f1d6
7 changed files with 63 additions and 26 deletions

View File

@@ -687,7 +687,7 @@ register(
register(
'AUTOMATION_ANALYTICS_LAST_ENTRIES',
field_class=fields.CharField,
label=_('Last gathered entries for expensive collectors for Insights for Ansible Automation Platform.'),
label=_('Last gathered entries from the data collection service of Insights for Ansible Automation Platform'),
default='',
allow_blank=True,
category=_('System'),