mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-22 08:08:39 +00:00
feat: change some translate
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
helpMsg: this.$t('AssetLoginACLHelpMsg'),
|
helpMsg: this.$t('DataMaskingRuleHelpHelpMsg'),
|
||||||
tableConfig: {
|
tableConfig: {
|
||||||
url: '/api/v1/acls/data-masking-rules/',
|
url: '/api/v1/acls/data-masking-rules/',
|
||||||
columnsExclude: ['users', 'assets', 'accounts', 'rules'],
|
columnsExclude: ['users', 'assets', 'accounts', 'rules'],
|
||||||
|
@@ -31,7 +31,7 @@ export default {
|
|||||||
id: 'connect-asset',
|
id: 'connect-asset',
|
||||||
display_name: this.$t('AssetACLs'),
|
display_name: this.$t('AssetACLs'),
|
||||||
name: 'AssetACLList',
|
name: 'AssetACLList',
|
||||||
comment: this.$t('AssetLoginACLHelpText'),
|
comment: this.$t('DataMaskingRuleHelpHelpText'),
|
||||||
icon: 'assets',
|
icon: 'assets',
|
||||||
edition: 'enterprise',
|
edition: 'enterprise',
|
||||||
tags: ['asset']
|
tags: ['asset']
|
||||||
|
Reference in New Issue
Block a user