Skip to content
Snippets Groups Projects

Jira issues - Clean up issue creation section UI in settings form

3 files
+ 31
29
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -92,10 +92,10 @@ export default {
},
i18n: {
enableCheckboxHelp: s__(
'JiraService|Warning: All GitLab users with access to this GitLab project can view all issues from the Jira project you select.',
'JiraService|Warning: All users with access to this GitLab project can view all issues from the Jira project you specify.',
),
projectKeyLabel: s__('JiraService|Jira project key'),
projectKeyPlaceholder: s__('JiraService|For example, AB'),
projectKeyPlaceholder: s__('JiraService|AB'),
requiredFieldFeedback: __('This field is required.'),
},
};
@@ -130,7 +130,7 @@ export default {
v-model="projectKeys"
name="service[project_keys]"
width="xl"
:placeholder="s__('JiraService|For example, AB,CD')"
:placeholder="s__('JiraService|AB,CD')"
:readonly="isInheriting"
/>
</gl-form-group>
Loading