Skip to content

Commit

Permalink
chore: fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer authored May 14, 2024
1 parent c20f8b4 commit 92e52c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions src_assets/common/assets/web/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@
<a class="nav-link" href="/config"><i class="fas fa-fw fa-cog"></i> {{ $t('navbar.configuration') }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/password"><i class="fas fa-fw fa-user-shield"></i> {{
$t('navbar.password')
}}</a>
<a class="nav-link" href="/password"><i class="fas fa-fw fa-user-shield"></i> {{ $t('navbar.password') }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/troubleshooting"><i class="fas fa-fw fa-info"></i> {{
$t('navbar.troubleshoot')
}}</a>
<a class="nav-link" href="/troubleshooting"><i class="fas fa-fw fa-info"></i> {{ $t('navbar.troubleshoot') }}</a>
</li>
<li class="nav-item">
<ThemeToggle/>
Expand Down
6 changes: 3 additions & 3 deletions src_assets/common/assets/web/public/assets/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@
"home": "Home",
"password": "Change Password",
"pin": "Pin",
"troubleshoot": "Troubleshooting",
"toggle_theme": "Toggle theme",
"theme_auto": "Auto",
"theme_dark": "Dark",
"theme_light": "Light",
"theme_dark": "Dark"
"toggle_theme": "Toggle theme",
"troubleshoot": "Troubleshooting"
},
"password": {
"confirm_password": "Confirm Password",
Expand Down

0 comments on commit 92e52c0

Please sign in to comment.