Commit 87582c5a authored by Jarka Košanová's avatar Jarka Košanová

Update help text in the UI

parent 010ff942
......@@ -192,7 +192,7 @@ export default {
`Jira users have been imported from the configured Jira instance.
They can be mapped by selecting a GitLab user from the dropdown in the "GitLab
username" column.
In the beginning the dropdown defaults to the user conducting the import.`,
When the form appears, the dropdown defaults to the user conducting the import.`,
)
}}
</p>
......
......@@ -13333,7 +13333,7 @@ msgstr ""
msgid "Jira service not configured."
msgstr ""
msgid "Jira users have been imported from the configured Jira instance. They can be mapped by selecting a GitLab user from the dropdown in the \"GitLab username\" column. In the beginning the dropdown defaults to the user conducting the import."
msgid "Jira users have been imported from the configured Jira instance. They can be mapped by selecting a GitLab user from the dropdown in the \"GitLab username\" column. When the form appears, the dropdown defaults to the user conducting the import."
msgstr ""
msgid "Jira-GitLab user mapping template"
......
......@@ -103,7 +103,7 @@ describe('JiraImportForm', () => {
it('shows information to the user', () => {
expect(wrapper.find('p').text()).toBe(
'Jira users have been imported from the configured Jira instance. They can be mapped by selecting a GitLab user from the dropdown in the "GitLab username" column. In the beginning the dropdown defaults to the user conducting the import.',
'Jira users have been imported from the configured Jira instance. They can be mapped by selecting a GitLab user from the dropdown in the "GitLab username" column. When the form appears, the dropdown defaults to the user conducting the import.',
);
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment