Skip to content

Commit

Permalink
Merge branch 'main' into feature/lyrics-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper authored Nov 22, 2024
2 parents a2449f0 + faadc11 commit 483a995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ProfileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const { data: user } = useCurrentUser();
</div>

<button
v-if="i > 0"
v-if="contentLanguages.length > 1"
class="text-2xl"
@click="contentLanguages.splice(i, 1)"
>
Expand Down
2 changes: 1 addition & 1 deletion locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"mac-intel-explanation": "Geralmente adquirido antes de 2021",
"mac-arm-explanation": "Chips M1, M2, M3, M4",
"download-bmm-app": "Baixe o aplicativo BMM",
"download-track": "Baixar a trilha",
"download-track": "Baixar faixa",
"mobile": "Móvel",
"messages-not-allowed": {
"title": "Download de falas indisponível",
Expand Down

0 comments on commit 483a995

Please sign in to comment.