Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigercrl committed Jan 29, 2025
1 parent e468add commit d335d23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/app-frontend/src/components/ui/ErrorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async function repairInstance() {
<template v-else>
<h3>请更换微软账户</h3>
<p>
此账户没有 Minecraft:Java 版!再次检查您是否用正确的账户登录。您可以在另一个微软账户上拥有 Minecraft。
此账户没有 Minecraft:Java 版!再次检查您是否用正确的账户登录。您可能在另一个微软账户上拥有 Minecraft。
</p>
<div class="cta-button">
<button class="btn btn-primary" :disabled="loadingMinecraft" @click="loginMinecraft">
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/auth/welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const messages = defineMessages({
welcomeDescription: {
id: "auth.welcome.description",
defaultMessage:
"感谢您创建账户。您现在可以关注和创建资源、接收您最喜爱项目的更新通知等更多操作",
"感谢您创建账户。您现在可以关注和创建资源、接收您最喜爱资源的更新通知等更多操作",
},
welcomeLongTitle: {
id: "auth.welcome.long-title",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/src/pages/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<MessageBanner v-if="flags.developerMode" message-type="warning" class="developer-message">
<CodeIcon class="inline-flex" />
<strong>开发者模式</strong>已启用。这将允许你查看整个 Modrinth 网站中各种项目的内部 ID,如果你是使用 Modrinth API 的开发者,这可能会对你有所帮助。点击页脚的 Modrinth 徽标 5 次,即可开关开发者模式。
<strong>开发者模式</strong>已启用。这将允许您查看整个 Modrinth 网站中各种资源的内部 ID,如果您是使用 Modrinth API 的开发者,这可能会对您有所帮助。点击页脚的 Modrinth 徽标 5 次,即可开关开发者模式。
<Button :action="() => disableDeveloperMode()">
{{ formatMessage(developerModeBanner.deactivate) }}
</Button>
Expand Down Expand Up @@ -209,7 +209,7 @@ const developerModeBanner = defineMessages({
description: {
id: "settings.display.banner.developer-mode.description",
defaultMessage:
"<strong>开发者模式</strong>已启用。这将允许你查看整个 Modrinth 网站中各种项目的内部 ID,如果你是使用 Modrinth API 的开发者,这可能会对你有所帮助。点击页脚的 Modrinth 徽标 5 次,即可开关开发者模式。",
"<strong>开发者模式</strong>已启用。这将允许您查看整个 Modrinth 网站中各种资源的内部 ID,如果您是使用 Modrinth API 的开发者,这可能会对您有所帮助。点击页脚的 Modrinth 徽标 5 次,即可开关开发者模式。",
},
deactivate: {
id: "settings.display.banner.developer-mode.button",
Expand All @@ -236,7 +236,7 @@ const projectListLayouts = defineMessages({
description: {
id: "settings.display.project-list-layouts.description",
defaultMessage:
"为该设备上显示项目列表的每个页面选择您喜欢的布局",
"为该设备上显示资源列表的每个页面选择您喜欢的布局",
},
mod: {
id: "settings.display.project-list-layouts.mod",
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/src/pages/settings/pats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<a class="text-link" href="https://docs.modrinth.com">
Modrinth API 文档
</a>
以获取更多信息。你可以可以随时创建和撤销它们
以获取更多信息。您可以可以随时创建和撤销它们
</p>
<div v-for="(pat, index) in pats" :key="pat.id" class="universal-card recessed token">
<div>
Expand Down Expand Up @@ -264,7 +264,7 @@ const messages = defineMessages({
description: {
id: "settings.pats.description",
defaultMessage:
"PAT 可用于访问 Modrinth Api。请参阅<doc-link>Modrinth API 文档</doc-link> 以获取更多信息。你可以可以随时创建和撤销它们",
"PAT 可用于访问 Modrinth Api。请参阅<doc-link>Modrinth API 文档</doc-link> 以获取更多信息。您可以可以随时创建和撤销它们",
},
create: {
id: "settings.pats.action.create",
Expand Down

0 comments on commit d335d23

Please sign in to comment.