diff --git a/index.ts b/index.ts index 6829a16..4c90944 100644 --- a/index.ts +++ b/index.ts @@ -113,7 +113,7 @@ export default definePlugin({ const { username } = UserStore.getCurrentUser(); const info: Record = { version: `${VERSION} ~ ${gitHash}${SettingsPlugin.additionalInfo} - ${Intl.DateTimeFormat(navigator.language, { dateStyle: "medium" }).format(BUILD_TIMESTAMP)}`, - client: `${t(window.GLOBAL_ENV.RELEASE_CHANNEL)} ~ ${clientVersion}`, + client: `${t(window.GLOBAL_ENV.RELEASE_CHANNEL)} ~ ${VERSION}`, // @ts-ignore platform: navigator.userAgentData?.platform ?? navigator.platform, plugins: getEnabledPlugins(),