mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
Fix pats and sessions using invalid translation keys (#1681)
This commit is contained in:
@@ -306,7 +306,7 @@ definePageMeta({
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: `${formatMessage(messages.title)} - Modrinth`,
|
||||
title: `${formatMessage(commonSettingsMessages.pats)} - Modrinth`,
|
||||
})
|
||||
|
||||
const data = useNuxtApp()
|
||||
|
||||
Reference in New Issue
Block a user