Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 TencentBlueKing#11138
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 27892
  • Loading branch information
vhwweng committed Dec 26, 2024
1 parent 3e9ed30 commit 58029af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const handleAuthorize = () => {
<div class="content">
<div class="title">{{ t(' OAUTH授权') }}</div>
<div class="oauth-tips">
<template v-if="oauth.scmType !== 'GITHUB'">
<template v-if="oauth.scmType === 'GITHUB'">
<p>{{ t('此授权用于平台和 Github 进行交互,用于如下场景:') }}</p>
<p>1.{{ t('回写 Commit statuses 到 Github') }}</p>
<p>2.{{ t('流水线中 Checkout 代码') }}</p>
Expand Down

0 comments on commit 58029af

Please sign in to comment.