Fix Jira connector page description

This commit is contained in:
Weves
2023-07-04 14:12:05 -07:00
committed by Chris Weaver
parent 07fd7246d4
commit 7f222f376d

View File

@@ -156,13 +156,13 @@ const Main = () => {
{" "} {" "}
<p className="text-sm mb-4"> <p className="text-sm mb-4">
Specify any link to a Jira page below and click &quot;Index&quot; to Specify any link to a Jira page below and click &quot;Index&quot; to
Index. Based on the provided link, we will index the ENTIRE SPACE, Index. Based on the provided link, we will index the ENTIRE PROJECT,
not just the specified page. For example, entering{" "} not just the specified page. For example, entering{" "}
<i> <i>
https://danswer.atlassian.net/wiki/spaces/Engineering/overview https://danswer.atlassian.net/jira/software/projects/DAN/boards/1
</i>{" "} </i>{" "}
and clicking the Index button will index the whole{" "} and clicking the Index button will index the whole <i>DAN</i> Jira
<i>Engineering</i> Confluence space. project.
</p> </p>
{jiraConnectorIndexingStatuses.length > 0 && ( {jiraConnectorIndexingStatuses.length > 0 && (
<> <>
@@ -211,7 +211,7 @@ const Main = () => {
</> </>
)} )}
<div className="border-solid border-gray-600 border rounded-md p-6 mt-4"> <div className="border-solid border-gray-600 border rounded-md p-6 mt-4">
<h2 className="font-bold mb-3">Add a New Space</h2> <h2 className="font-bold mb-3">Add a New Project</h2>
<ConnectorForm<JiraConfig> <ConnectorForm<JiraConfig>
nameBuilder={(values) => nameBuilder={(values) =>
`JiraConnector-${values.jira_project_url}` `JiraConnector-${values.jira_project_url}`