Skip to content

Commit

Permalink
Fix admin activity label
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 6, 2024
1 parent 14a11e3 commit 4c1aa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ActivityBar/ActivityBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ watch(
icon="user-cog"
:is-active="isActiveSideBar('admin')"
title="Admin"
tooltip="Configure this Instance"
tooltip="Administer this Galaxy"
variant="danger"
@click="onToggleSidebar('admin')" />
</b-nav>
Expand Down

0 comments on commit 4c1aa46

Please sign in to comment.