[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",
|
"workspace": "Workspace",
|
||||||
"views": "Views",
|
"views": "Views",
|
||||||
"analytics": "Analytics",
|
"analytics": "Analytics",
|
||||||
"work_items": "Work Items",
|
"work_items": "Work items",
|
||||||
"cycles": "Cycles",
|
"cycles": "Cycles",
|
||||||
"modules": "Modules",
|
"modules": "Modules",
|
||||||
"intake": "Intake",
|
"intake": "Intake",
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ export const OAuthOptions: React.FC = observer(() => {
|
||||||
<GoogleOAuthButton text="Sign in with Google" />
|
<GoogleOAuthButton text="Sign in with Google" />
|
||||||
</div>
|
</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" />}
|
{config?.is_gitlab_enabled && <GitlabOAuthButton text="Sign in with GitLab" />}
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ export const OAuthOptions: React.FC<TOAuthOptionProps> = observer(() => {
|
||||||
<GoogleOAuthButton text="Continue with Google" />
|
<GoogleOAuthButton text="Continue with Google" />
|
||||||
</div>
|
</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" />}
|
{config?.is_gitlab_enabled && <GitlabOAuthButton text="Continue with GitLab" />}
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue