Skip to content

Commit

Permalink
perf: update session page i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Aug 7, 2024
1 parent 5ea2918 commit 335febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sessions/SessionDetail/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
Expand Down

0 comments on commit 335febd

Please sign in to comment.