feat: change some translate

This commit is contained in:
Aaron3S
2025-10-14 15:58:19 +08:00
parent c59e6268b3
commit 2f79134023
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']