[WEB-3601] chore: content updated (#6811)
This commit is contained in:
parent
5cb37a0b9c
commit
84c7375d2a
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"workspace": "Workspace",
|
||||
"views": "Views",
|
||||
"analytics": "Analytics",
|
||||
"work_items": "Work Items",
|
||||
"work_items": "Work items",
|
||||
"cycles": "Cycles",
|
||||
"modules": "Modules",
|
||||
"intake": "Intake",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export const OAuthOptions: React.FC = observer(() => {
|
|||
<GoogleOAuthButton text="Sign in with Google" />
|
||||
</div>
|
||||
)}
|
||||
{config?.is_github_enabled && <GithubOAuthButton text="Sign in with Github" />}
|
||||
{config?.is_github_enabled && <GithubOAuthButton text="Sign in with GitHub" />}
|
||||
{config?.is_gitlab_enabled && <GitlabOAuthButton text="Sign in with GitLab" />}
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export const OAuthOptions: React.FC<TOAuthOptionProps> = observer(() => {
|
|||
<GoogleOAuthButton text="Continue with Google" />
|
||||
</div>
|
||||
)}
|
||||
{config?.is_github_enabled && <GithubOAuthButton text="Continue with Github" />}
|
||||
{config?.is_github_enabled && <GithubOAuthButton text="Continue with GitHub" />}
|
||||
{config?.is_gitlab_enabled && <GitlabOAuthButton text="Continue with GitLab" />}
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue