mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Merge pull request #2051 from ryanpetrello/space-for
fix a setting help text typo
This commit is contained in:
@@ -81,7 +81,7 @@ register(
|
|||||||
help_text=_('HTTP headers and meta keys to search to determine remote host '
|
help_text=_('HTTP headers and meta keys to search to determine remote host '
|
||||||
'name or IP. Add additional items to this list, such as '
|
'name or IP. Add additional items to this list, such as '
|
||||||
'"HTTP_X_FORWARDED_FOR", if behind a reverse proxy. '
|
'"HTTP_X_FORWARDED_FOR", if behind a reverse proxy. '
|
||||||
'See the "Proxy Support" section of the Adminstrator guide for'
|
'See the "Proxy Support" section of the Adminstrator guide for '
|
||||||
'more details.'),
|
'more details.'),
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
|
|||||||
Reference in New Issue
Block a user