diff --git a/web/src/views/project/Activity.vue b/web/src/views/project/Activity.vue index 6c230d22..4ade504b 100644 --- a/web/src/views/project/Activity.vue +++ b/web/src/views/project/Activity.vue @@ -6,7 +6,11 @@ - {{ $t('history') }} + {{ $t('history') }} {{ $t('activity') }} - {{ $t('history') }} + {{ $t('history') }} {{ $t('activity') }} - {{ $t('history') }} + {{ $t('history') }} {{ $t('activity') }} {{ $t('settings') }} @@ -76,6 +80,7 @@ export default { components: { YesNoDialog, ProjectForm }, props: { projectId: Number, + projectType: String, }, data() {