Merge pull request #5228 from jumpserver/pr@dev@feat_change_some_translate

feat: change some translate
This commit is contained in:
Chenyang Shen
2025-10-14 16:05:06 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export default {
},
data() {
return {
helpMsg: this.$t('AssetLoginACLHelpMsg'),
helpMsg: this.$t('DataMaskingRuleHelpHelpMsg'),
tableConfig: {
url: '/api/v1/acls/data-masking-rules/',
columnsExclude: ['users', 'assets', 'accounts', 'rules'],

View File

@@ -31,7 +31,7 @@ export default {
id: 'connect-asset',
display_name: this.$t('AssetACLs'),
name: 'AssetACLList',
comment: this.$t('AssetLoginACLHelpText'),
comment: this.$t('DataMaskingRuleHelpHelpText'),
icon: 'assets',
edition: 'enterprise',
tags: ['asset']