Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix pats and sessions using invalid translation keys (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector authored Apr 12, 2024
1 parent 9014835 commit e932f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/settings/pats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ definePageMeta({
})
useHead({
title: `${formatMessage(messages.title)} - Modrinth`,
title: `${formatMessage(commonSettingsMessages.pats)} - Modrinth`,
})
const data = useNuxtApp()
Expand Down
2 changes: 1 addition & 1 deletion pages/settings/sessions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const messages = defineMessages({
})

useHead({
title: () => `${formatMessage(messages.sessions)} - Modrinth`,
title: () => `${formatMessage(commonSettingsMessages.sessions)} - Modrinth`,
})

const data = useNuxtApp()
Expand Down

0 comments on commit e932f38

Please sign in to comment.