mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 15:39:36 +00:00
feat: change some translate
This commit is contained in:
@@ -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'],
|
||||
|
@@ -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']
|
||||
|
Reference in New Issue
Block a user