perf: update session page i18n

This commit is contained in:
Eric
2024-08-07 17:37:17 +08:00
committed by Eric_Lee
parent 5ea2918fe7
commit 335febd4a5

View File

@@ -43,7 +43,7 @@ export default {
hidden: () => !this.$hasPerm('terminal.view_command')
},
{
title: this.$t('Activity'),
title: this.$t('SessionJoinRecords'),
name: 'SessionJoinRecords',
hidden: () => !this.$hasPerm('terminal.view_sessionjoinrecord')
},