Skip to content

Commit

Permalink
add: drops transaltion
Browse files Browse the repository at this point in the history
  • Loading branch information
hassnian committed Feb 14, 2024
1 parent b72837c commit 8c3b88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div class="navbar-end">
<nuxt-link to="/ahp/drops" rel="nofollow">
<div class="navbar-item" data-testid="drops">
{{ $t('drops.title') }}
{{ $t('drops.drops') }}

<NeoIcon
class="ml-1"
Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,7 @@
},
"drops": {
"title": "Generative Drops",
"drops": "Drops",
"pastArtDrops": "Past Art Drops",
"createYourOwn": "Create your own",
"everyThursday": "Every Thursday",
Expand Down

0 comments on commit 8c3b88f

Please sign in to comment.