Skip to content

Commit

Permalink
perf: 高危检测规则的操作列tooltips文案优化 TencentBlueKing#1319
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Sep 22, 2022
1 parent 4a467d9 commit e86f17d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Icon
v-bk-tooltips="{
theme: 'dark',
content: $t('dangerousRule.规则的顺位越高,表示执行优先度越高'),
content: $t('dangerousRule.规则的排序越靠前,表示检测优先级越高'),
}"
class="action-tips"
type="info" />
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/views/dangerous-rule-manage/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
脚本类型: 'SCRIPT TYPE',
动作: 'ACTION',
操作: 'ACTIONS',
'规则的顺位越高,表示执行优先度越高': 'The higher the order of the rules, the higher the detect priority',
'规则的排序越靠前,表示检测优先级越高': 'The higher the order of the rules, the higher the detect priority',
上移: 'Up',
下移: 'Down',
删除: 'Delete',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Icon
v-bk-tooltips="{
theme: 'light',
content: $t('setting.规则的顺位越高,表示执行优先度越高'),
content: $t('setting.规则的排序越靠前,表示检测优先级越高'),
}"
class="action-tips"
type="info" />
Expand Down

0 comments on commit e86f17d

Please sign in to comment.