fix: missing locale

This commit is contained in:
dongchengjie
2024-05-15 23:27:31 +08:00
parent 9e872932d1
commit ffbc892e44
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" />