[PATCH] Rebase and update the Settings options file. Source: 65b4811

Fixed Github Enterprise labels
This commit is contained in:
Egor Margineanu
2021-01-29 20:34:04 +01:00
parent 604b42929d
commit b8790db84a
2 changed files with 651 additions and 34 deletions

View File

@@ -865,7 +865,7 @@ register(
field_class=fields.CharField,
allow_blank=True,
default='',
label=_('GitHub Enterprise instance URL'),
label=_('GitHub Enterprise URL'),
help_text=_('The URL for your Github Enterprise instance, e.g.: http(s)://hostname/. Refer to Github Enterprise '
'documentation for more details.'),
category=_('GitHub Enterprise OAuth2'),
@@ -877,7 +877,7 @@ register(
field_class=fields.CharField,
allow_blank=True,
default='',
label=_('GitHub Enterprise instance API URL'),
label=_('GitHub Enterprise API URL'),
help_text=_('The API URL for your GitHub Enterprise instance, e.g.: http(s)://hostname/api/v3/. Refer to Github '
'Enterprise documentation for more details.'),
category=_('GitHub Enterprise OAuth2'),
@@ -954,7 +954,7 @@ register(
field_class=fields.CharField,
allow_blank=True,
default='',
label=_('GitHub Enterprise instance URL'),
label=_('GitHub Enterprise Organization URL'),
help_text=_('The URL for your Github Enterprise instance, e.g.: http(s)://hostname/. Refer to Github Enterprise '
'documentation for more details.'),
category=_('GitHub Enterprise OAuth2'),
@@ -966,7 +966,7 @@ register(
field_class=fields.CharField,
allow_blank=True,
default='',
label=_('GitHub Enterprise instance API URL'),
label=_('GitHub Enterprise Organization API URL'),
help_text=_('The API URL for your GitHub Enterprise instance, e.g.: http(s)://hostname/api/v3/. Refer to Github '
'Enterprise documentation for more details.'),
category=_('GitHub Enterprise OAuth2'),
@@ -1056,7 +1056,7 @@ register(
field_class=fields.CharField,
allow_blank=True,
default='',
label=_('GitHub Enterprise instance URL'),
label=_('GitHub Enterprise Team URL'),
help_text=_('The URL for your Github Enterprise instance, e.g.: http(s)://hostname/. Refer to Github Enterprise '
'documentation for more details.'),
category=_('GitHub Enterprise OAuth2'),
@@ -1068,7 +1068,7 @@ register(
field_class=fields.CharField,
allow_blank=True,
default='',
label=_('GitHub Enterprise instance API URL'),
label=_('GitHub Enterprise Team API URL'),
help_text=_('The API URL for your GitHub Enterprise instance, e.g.: http(s)://hostname/api/v3/. Refer to Github '
'Enterprise documentation for more details.'),
category=_('GitHub Enterprise OAuth2'),