mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Added a space before closing quote to fix spelling
Without the space before the lines closing quote, 'or' and 'other' get concatenated to 'orother' in the tooltip
This commit is contained in:
@@ -421,7 +421,7 @@ register(
|
|||||||
field_class=fields.BooleanField,
|
field_class=fields.BooleanField,
|
||||||
default=False,
|
default=False,
|
||||||
label=_('Log System Tracking Facts Individually'),
|
label=_('Log System Tracking Facts Individually'),
|
||||||
help_text=_('If set, system tracking facts will be sent for each package, service, or'
|
help_text=_('If set, system tracking facts will be sent for each package, service, or '
|
||||||
'other item found in a scan, allowing for greater search query granularity. '
|
'other item found in a scan, allowing for greater search query granularity. '
|
||||||
'If unset, facts will be sent as a single dictionary, allowing for greater '
|
'If unset, facts will be sent as a single dictionary, allowing for greater '
|
||||||
'efficiency in fact processing.'),
|
'efficiency in fact processing.'),
|
||||||
|
|||||||
Reference in New Issue
Block a user