Skip to content

Commit

Permalink
Github → GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
oddnavy committed Jul 5, 2024
1 parent 332b5ae commit 330b963
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ blank_issues_enabled: false
contact_links:
- name: Github for Jira Documentation
url: https://support.atlassian.com/jira-cloud-administration/docs/integrate-with-github/
about: Learn more about how to install, configure and use Github for Jira
about: Learn more about how to install, configure and use GitHub for Jira
- name: Support Requests and Bug Reports
url: https://support.atlassian.com/contact/#/
about: Need some help? Please submit a support request or bug report via Jira Software Support portal
- name: Feature Requests and Product Suggestions
url: https://jira.atlassian.com/secure/Dashboard.jspa
about: Suggest an idea or solution for the Github for Jira app. When creating tickets, please select the project-"Jira Software Cloud" and the component-"Integration - GitHub - Marketplace".
about: Suggest an idea or solution for the Github for Jira app. When creating tickets, please select the project-"Jira Software Cloud" and the component-"Integration - GitHub - Marketplace".
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you're still having troubles after reading through this file, look up your pr

- **Atlassian IP address ranges need whitelisting** - Please see the above FAQ - <TODO - Link to above question>

- **GitHub Enterprise Server Edition does not currently support application access via SAML SSO** - Only Github Enterprise Cloud offers this ability. [Learn more about authentication with SAML single sign-on](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on#about-oauth-apps-github-apps-and-saml-sso).
- **GitHub Enterprise Server Edition does not currently support application access via SAML SSO** - Only GitHub Enterprise Cloud offers this ability. [Learn more about authentication with SAML single sign-on](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on#about-oauth-apps-github-apps-and-saml-sso).

- **Reverse proxy support** - GitHub for Jira does not support reverse proxies.

Expand Down
2 changes: 1 addition & 1 deletion spa/src/components/SyncHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SyncHeader = () => {
alt=""
/>
</div>
<h2 css={titleStyle}>Connect Github to Jira</h2>
<h2 css={titleStyle}>Connect GitHub to Jira</h2>
</div>
);
};
Expand Down
2 changes: 1 addition & 1 deletion spa/src/pages/ConfigSteps/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const UnAuthenticated = {
window.open = jest.fn();

// String values
const CONNECT_GITHUB_TO_JIRA = "Connect Github to Jira";
const CONNECT_GITHUB_TO_JIRA = "Connect GitHub to Jira";
const GITHUB_CLOUD = "GitHub Cloud";
const GITHUB_ENTERPRISE = "GitHub Enterprise Server";
const SELECT_GH_PRODUCT = "Select your GitHub product";
Expand Down
2 changes: 1 addition & 1 deletion spa/src/pages/DeferredInstallation/ConnectState/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test("Connect State screen", async () => {
</BrowserRouter>
);

expect(screen.getByText("Connect Github to Jira")).toBeTruthy();
expect(screen.getByText("Connect GitHub to Jira")).toBeTruthy();
expect(screen.getByText("Connect GitHub organization myOrg to Jira Software")).toBeTruthy();
expect(screen.getByText("A Jira administrator has asked for approval to connect the GitHub organization myOrg to the Jira site https://myJirahost.com.")).toBeTruthy();
expect(screen.getByText("This will make all repositories in myOrg available to all projects in https://myJirahost.com. Import work from those GitHub repositories into Jira.")).toBeTruthy();
Expand Down
2 changes: 1 addition & 1 deletion spa/src/pages/DeferredInstallation/ErrorState/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test("Error State screen", async () => {
</BrowserRouter>
);

expect(screen.getByText("Connect Github to Jira")).toBeTruthy();
expect(screen.getByText("Connect GitHub to Jira")).toBeTruthy();
expect(screen.getByText("Connect a GitHub organization to Jira software")).toBeTruthy();
expect(screen.getByText("This is the error message")).toBeTruthy();
expect(screen.getByText("Please inform the person who sent you the link that the link has expired and send a new link.")).toBeTruthy();
Expand Down
2 changes: 1 addition & 1 deletion spa/src/pages/DeferredInstallation/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test("Default/Start Deferred installation screen", async () => {
</BrowserRouter>
);

expect(screen.getByText("Connect Github to Jira")).toBeTruthy();
expect(screen.getByText("Connect GitHub to Jira")).toBeTruthy();
expect(screen.getByText("Connect a GitHub organization to Jira Software")).toBeTruthy();
expect(screen.getByText("A Jira administrator has asked for approval to connect a GitHub organization to a Jira site.")).toBeTruthy();
expect(screen.getByText("Sign in")).toBeTruthy();
Expand Down
2 changes: 1 addition & 1 deletion spa/src/pages/StartConnection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const StartConnection = () => {
position="right-end"
content={InlineDialogContent}
>
{(props) => <a css={inlineDialogLinkStyle} {...props}>Learn how to check Github permissions</a>}
{(props) => <a css={inlineDialogLinkStyle} {...props}>Learn how to check GitHub permissions</a>}
</Tooltip>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion spa/src/pages/StartConnection/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test("Entry Config Screen", async () => {
</BrowserRouter>
);

expect(screen.getByText("Connect Github to Jira")).toBeTruthy();
expect(screen.getByText("Connect GitHub to Jira")).toBeTruthy();
expect(screen.getByText("Before you start, you should have:")).toBeTruthy();
expect(screen.getByText("A GitHub account")).toBeTruthy();
expect(screen.getByText("Owner permission for a GitHub organization")).toBeTruthy();
Expand Down

0 comments on commit 330b963

Please sign in to comment.