Skip to content

Commit

Permalink
Feature/768 navmenu bug (#772)
Browse files Browse the repository at this point in the history
* fix wrong translation in navbar

* update changelog and version
  • Loading branch information
kcinay055679 authored May 27, 2024
1 parent 161c11b commit b930c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/templates/components/nav-bar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<pzsh-menu-dropdown-item role="button">
<LinkTo class="nav-bar-link" @route="profile">
<pzsh-icon class="nav-bar-link-icon" name="user"></pzsh-icon>
{{ t "users" }}
{{ t "profile_title" }}
</LinkTo>
</pzsh-menu-dropdown-item>
<pzsh-menu-dropdown-item href="/session/destroy">
Expand Down
1 change: 1 addition & 0 deletions public/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Version 5.3.2
- Fix a bug that prevents users from editing a credential after a search.
- Fix wrong translation in navbar

## Version 5.3.1
- Fix a bug that prevents users from deleting other users.
Expand Down

0 comments on commit b930c6e

Please sign in to comment.