fix: missing locale

This commit is contained in:
dongchengjie
2024-05-15 23:27:31 +08:00
parent a8a27aeadd
commit b99e8d7f46
5 changed files with 10 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ export const ProfileMore = (props: Props) => {
size="small"
edge="start"
color="error"
title="Console"
title={t("Script Console")}
onClick={() => setLogOpen(true)}
>
<FeaturedPlayListRounded fontSize="inherit" />
@@ -177,7 +177,7 @@ export const ProfileMore = (props: Props) => {
size="small"
edge="start"
color="inherit"
title="Console"
title={t("Script Console")}
onClick={() => setLogOpen(true)}
>
<FeaturedPlayListRounded fontSize="inherit" />