Skip to content

Commit

Permalink
Additional Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdubs committed Jan 21, 2024
1 parent fa0ffd8 commit 2150c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/standard/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const userMenuItems = computed(() => {
</template>
<PVButton
v-show="maybeMe !== undefined"
v-tooltip="tt('Settings')"
v-tooltip.left="tt('Settings')"
icon="pi pi-user"
class="hidden sm:flex ml-2 flex-shrink-0"
rounded
Expand Down
3 changes: 2 additions & 1 deletion frontend/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@
"Sign In": "Sign In",
"Sign Out": "Sign Out",
"Account": "Account",
"Audit Logs": "Audit Logs"
"Audit Logs": "Audit Logs",
"Settings": "Settings"
},
"components/user/Editor": {
"The name that will be associated with": "The name that will be associated with ",
Expand Down

0 comments on commit 2150c4d

Please sign in to comment.