Skip to content

Commit

Permalink
enh: Add navigation label
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Dec 7, 2023
1 parent ec5519d commit 94d403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ActivityAppNavigation.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NcAppNavigation>
<NcAppNavigation :aria-label="t('activity', 'Activity')">
<template #list>
<NcAppNavigationItem v-for="navigationItem in navigationList"
:key="navigationItem.id"
Expand Down

0 comments on commit 94d403e

Please sign in to comment.